Description
Simple Waypoint
A lightweight plugin for creating and managing personal and global waypoints with compass and map integration.
Features include
- Create personal waypoints at your current location
- Create global waypoints visible to all players
- Waypoints appear as markers on compass and world map
- Right-click markers for quick teleport or removal
- Teleport to any saved waypoint
- Persistent storage – waypoints survive server restarts
- Permission-based access control
Commands
/waypoint
Shows waypoint help.
Permission: simplewaypoint
/waypoint add
Creates a personal waypoint at your current location.
Permission: simplewaypoint.add
/waypoint remove
Removes a personal waypoint by name.
Permission: simplewaypoint.remove
/waypoint list
Lists all your personal waypoints with coordinates.
Permission: simplewaypoint.list
/waypoint tp
Teleports you to the specified personal waypoint.
Permission: simplewaypoint.tp
/waypoint global add
Creates a global waypoint visible to all players.
Permission: simplewaypoint.global.add
/waypoint global remove
Removes a global waypoint.
Permission: simplewaypoint.global.remove
/waypoint global list
Lists all global waypoints.
Permission: simplewaypoint.global.list
/waypoint global tp
Teleports to a global waypoint.
Permission: simplewaypoint.global.tp
Permissions
simplewaypoint
Allows using the base waypoint command
simplewaypoint.add
Allows creating personal waypoints
simplewaypoint.remove
Allows removing personal waypoints
simplewaypoint.list
Allows listing personal waypoints
simplewaypoint.tp
Allows teleporting to personal waypoints
simplewaypoint.global
Allows access to global waypoint commands
simplewaypoint.global.add
Allows creating global waypoints
simplewaypoint.global.remove
Allows removing global waypoints
simplewaypoint.global.list
Allows listing global waypoints
simplewaypoint.global.tp
Allows teleporting to global waypoints
simplewaypoint.*
Grants all SimpleWaypoint permissions
Configuration
- Personal waypoints are stored in
SimpleWaypoint_config/waypoints.json - Global waypoints are stored in
SimpleWaypoint_config/global_waypoints.json


