A lightweight waypoint system for creating and managing personal and global waypoints with compass integration, map markers, and instant teleportation.
Never get lost in Hytale again with Simple Waypoints, a lightweight navigation plugin that puts powerful waypoint management at your fingertips.

What Does This Mod Do?
Simple Waypoints lets you mark important locations and return to them instantly. Create personal waypoints only you can see, or global waypoints visible to all players on the server. Every waypoint appears as a marker on both your compass and world map, making navigation intuitive.
The mod features persistent storage, so your waypoints survive server restarts. Right-click any marker for quick access to teleportation or removal options.
Key Features
Personal Waypoints
Save your favorite locations with personal waypoints that only you can see. Mark your home base, mining spots, or secret locations.
Global Waypoints
Server administrators can create global waypoints visible to all players. Perfect for marking spawn points, community buildings, or points of interest.
Compass & Map Integration
All waypoints appear as markers on your compass and world map, providing visual guidance toward your destinations.
Quick Teleportation
Teleport instantly to any saved waypoint. Right-click markers on the map for one-click teleportation.
Persistent Storage
Waypoints are stored in JSON configuration files and persist through server restarts.
Commands Reference
Personal Waypoint Commands
| Command | Description | Permission |
|---|---|---|
/waypoint | Shows waypoint help | simplewaypoint |
/waypoint add <name> | Create a personal waypoint | simplewaypoint.add |
/waypoint remove <name> | Remove a personal waypoint | simplewaypoint.remove |
/waypoint list | List all your waypoints | simplewaypoint.list |
/waypoint tp <name> | Teleport to a waypoint | simplewaypoint.tp |
Global Waypoint Commands
| Command | Description | Permission |
|---|---|---|
/waypoint global add <name> | Create a global waypoint | simplewaypoint.global.add |
/waypoint global remove <name> | Remove a global waypoint | simplewaypoint.global.remove |
/waypoint global list | List all global waypoints | simplewaypoint.global.list |
/waypoint global tp <name> | Teleport to global waypoint | simplewaypoint.global.tp |
Permissions
| Permission | Description |
|---|---|
simplewaypoint | Base waypoint command access |
simplewaypoint.add | Create personal waypoints |
simplewaypoint.remove | Remove personal waypoints |
simplewaypoint.list | List personal waypoints |
simplewaypoint.tp | Teleport to personal waypoints |
simplewaypoint.global | Access global waypoint commands |
simplewaypoint.global.add | Create global waypoints |
simplewaypoint.global.remove | Remove global waypoints |
simplewaypoint.global.list | List global waypoints |
simplewaypoint.global.tp | Teleport to global waypoints |
simplewaypoint.* | Grants all permissions |
How to Use
- Create a Waypoint: Stand at your desired location and use
/waypoint add Home - View Your Waypoints: Use
/waypoint listto see all saved locations with coordinates - Navigate: Look at your compass or map to see waypoint markers
- Teleport: Use
/waypoint tp Homeor right-click the marker on your map - Remove: Use
/waypoint remove Homewhen you no longer need a waypoint
Configuration
The mod stores waypoints in dedicated JSON files:
- Personal waypoints:
SimpleWaypoint_config/waypoints.json - Global waypoints:
SimpleWaypoint_config/global_waypoints.json
Who Is This Mod For?
Ideal for:
- Explorers who venture far from home
- Servers wanting shared points of interest
- Players who hate getting lost
- Administrators managing community locations
You might not need this if:
- You prefer memorizing coordinates
- You want a completely vanilla navigation experience
Compatibility
- Hytale Version: Early Access
- Type: Server-side plugin
- License: MIT License
Frequently Asked Questions
Can I set waypoints in different dimensions/zones?
Waypoints store coordinates and can be used across the world, though teleportation works within the same dimension.
Is there a limit to how many waypoints I can create?
There is no hard-coded limit, but creating hundreds of waypoints may impact performance.
Can regular players create global waypoints?
Only players with the simplewaypoint.global.add permission can create global waypoints. By default, this is typically restricted to administrators.