HytaleKit
Simple Waypoints

Simple Waypoints

by Pandrux

utilitygameplay

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.

Simple Waypoints Interface

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

CommandDescriptionPermission
/waypointShows waypoint helpsimplewaypoint
/waypoint add <name>Create a personal waypointsimplewaypoint.add
/waypoint remove <name>Remove a personal waypointsimplewaypoint.remove
/waypoint listList all your waypointssimplewaypoint.list
/waypoint tp <name>Teleport to a waypointsimplewaypoint.tp

Global Waypoint Commands

CommandDescriptionPermission
/waypoint global add <name>Create a global waypointsimplewaypoint.global.add
/waypoint global remove <name>Remove a global waypointsimplewaypoint.global.remove
/waypoint global listList all global waypointssimplewaypoint.global.list
/waypoint global tp <name>Teleport to global waypointsimplewaypoint.global.tp

Permissions

PermissionDescription
simplewaypointBase waypoint command access
simplewaypoint.addCreate personal waypoints
simplewaypoint.removeRemove personal waypoints
simplewaypoint.listList personal waypoints
simplewaypoint.tpTeleport to personal waypoints
simplewaypoint.globalAccess global waypoint commands
simplewaypoint.global.addCreate global waypoints
simplewaypoint.global.removeRemove global waypoints
simplewaypoint.global.listList global waypoints
simplewaypoint.global.tpTeleport to global waypoints
simplewaypoint.*Grants all permissions

How to Use

  1. Create a Waypoint: Stand at your desired location and use /waypoint add Home
  2. View Your Waypoints: Use /waypoint list to see all saved locations with coordinates
  3. Navigate: Look at your compass or map to see waypoint markers
  4. Teleport: Use /waypoint tp Home or right-click the marker on your map
  5. Remove: Use /waypoint remove Home when 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.