Aller au contenu principal

Minimap Marker

The Minimap Marker Action allows dynamic management of markers (waypoints, objectives, POIs) on a player's minimap.

Configuration

actionEnum

Operation to perform: ADD, REMOVE, or CLEAR_ALL.

markerIdString

Unique ID for the marker. Used for subsequent removal or updates.

customDefinition

"> Optional reference to a Custom Marker style.

globalBoolean

If true, the marker is added for ALL players on the server.

Positioning (for ADD)

usePlayerLocationBoolean

If true, places the marker at the player's current location.

worldString

World name (required if usePlayerLocation is false).

xDouble

X coordinate.

yDouble

Y coordinate.

zDouble

Z coordinate.

Customization

iconString

Override icon path (e.g., minimap/quest.png).

labelString

Override display label text.

action:
type: minimap_marker
action: ADD
markerId: "quest_obj_alpha"
usePlayerLocation: false
x: 154.0
y: 72.0
z: -420.0
label: "Extraction Point"
action:
type: minimap_marker
action: REMOVE
markerId: "quest_obj_alpha"