Admin Commands
All current commands require waypoint.admin. The root command is /waypoint; /wp is an alias.
| Command | Description |
|---|---|
/waypoint | Shows usage text. |
/waypoint set <name> [waypointTexture] | Creates a waypoint at the sender player’s current location. Optional texture id must exist in the current resource-pack model id set. |
/waypoint remove <name> | Deletes a waypoint and removes active displays for that waypoint. |
/waypoint list | Lists saved waypoints with coordinates and item model ids. |
/waypoint clear | Deletes all waypoints and removes all active displays. |
/waypoint reload | Reloads configs and rebuilds the resource pack. |
/waypoint rl | Alias for reload. |
/waypoint show <name> <target> | Shows a waypoint to one target player. |
/waypoint hide <name> <target> | Hides a waypoint from one target player. |
/waypoint pack | Builds the generated resource-pack zip and exploded folder. |
Notes
setcan only be run by a player because it uses the sender’s current location.remove,show, andhidesuggest existing waypoint names.setsuggests known item model ids for the optional texture argument.- Unknown texture ids are rejected. Add the texture PNG, run
/waypoint pack, then use the resulting model id. - Reload runs resource-pack generation after config reload. If pack generation fails, the reload command reports the pack error.