locator_bar_waypoint
Shows a waypoint on the player's locator bar pointing to a target position — audience entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | locator_bar_waypoint |
| Type | Audience |
| Color | Cyan |
| Icon | mdi:map-marker-radius |
Fields
| Field | Type | Description |
|---|---|---|
targetPosition | Var<Position> | The target position to point toward. |
color | Var<String> | The color of the waypoint dot in hex format like '#FF5555'. |
style | Var<String> | Optional icon style key (e.g., 'minecraft:default'). |
Usage Example
- entry: locator_bar_waypoint
name: "Shows a waypoint on the player's locator bar pointing to a target position"
targetPosition: ""
color: ""
style: ""