Skip to content

Admin Commands

All current commands require waypoint.admin. The root command is /waypoint; /wp is an alias.

CommandDescription
/waypointShows 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 listLists saved waypoints with coordinates and item model ids.
/waypoint clearDeletes all waypoints and removes all active displays.
/waypoint reloadReloads configs and rebuilds the resource pack.
/waypoint rlAlias 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 packBuilds the generated resource-pack zip and exploded folder.

Notes

  • set can only be run by a player because it uses the sender’s current location.
  • remove, show, and hide suggest existing waypoint names.
  • set suggests 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.