Skip to main content

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

FieldTypeDescription
questRef<QuestEntry>The quest to mark on the map.
iconPathStringPath to the icon image in BlueMap assets (e.g. assets/marker.png).
labelStringLabel for the marker (supports HTML). If empty, defaults to Quest Name.
descriptionStringDetailed description shown in the popup (supports HTML). Use <objectives> to list objectives.
locationVar<Position>Location of the marker (e.g. world; 100; 64; 100).