← Back to Command Directory ← Back to Home

/waypoint

Manages waypoints displayed on the locator bar — a HUD element that shows directional markers pointing toward saved locations.

Syntax

/waypoint add <name> [<pos>] [<icon>]
/waypoint remove <name>
/waypoint list
/waypoint clear

Parameters

NameRequiredDescription
nameYes (add/remove)The unique name identifier for the waypoint.
posNoThe coordinates for the waypoint. Defaults to the executor's position.
iconNoThe icon to display on the locator bar for this waypoint.

Examples

/waypoint add my_base
/waypoint add stronghold 120 40 -300
/waypoint remove my_base
/waypoint list

Notes

Related Commands