Minimap Marker
The Minimap Marker Action allows dynamic management of markers (waypoints, objectives, POIs) on a player's minimap.
Configuration
action — Enum
Operation to perform: ADD, REMOVE, or CLEAR_ALL.
markerId — String
Unique ID for the marker. Used for subsequent removal or updates.
customDefinition
"> Optional reference to a Custom Marker style.
global — Boolean
If true, the marker is added for ALL players on the server.
Positioning (for ADD)
usePlayerLocation — Boolean
If true, places the marker at the player's current location.
world — String
World name (required if usePlayerLocation is false).
x — Double
X coordinate.
y — Double
Y coordinate.
z — Double
Z coordinate.
Customization
icon — String
Override icon path (e.g., minimap/quest.png).
label — String
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"