BlueMap Icon
Manifest entry that allows linking a quest to a specific icon on the BlueMap web interface. This helps players visualize quest locations directly on the map.Fields
| Field | Type | Description |
|---|---|---|
quest | Ref<QuestEntry> | The quest to mark on the map. |
iconPath | String | Path to the icon image in BlueMap assets (e.g. assets/marker.png). |
label | String | Label for the marker (supports HTML). If empty, defaults to Quest Name. |
description | String | Detailed description shown in the popup (supports HTML). Use <objectives> to list objectives. |
location | Var<Position> | Location of the marker (e.g. world; 100; 64; 100). |