Fabric mod that integrates with Xaero's Minimap + World Map to add server-synced shared waypoints.
- Mark waypoints as shared from the waypoint Add/Edit screen.
- Shared waypoints are stored server-side and synced to all clients on join and on updates.
- Shared waypoints have special rendering (halo/outline) on minimap, world map, and in-world markers.
- Shared waypoints are protected from accidental deletion paths:
- waypoint list
DELETEis disabled for shared selections - world map right-click delete/share options are removed for shared waypoints
- world map
DELdelete path is blocked for shared waypoints
- waypoint list
- Install Fabric server for the target Minecraft version.
- Put this mod jar in the server
modsfolder. - Ensure clients also run this mod and required Xaero mods.
- Start server once to generate config/data files.
Config file path:
config/shared-waypoint.yml
Config keys:
permission_level(default2)0: everyone can create/delete shared waypoints1: moderator-level commands2: gamemaster-level commands3: admin-level commands4: owner-level commands
Notes:
- Shared waypoint data is persisted by the mod and broadcast by server networking.
- Changing
permission_levelaffects who can manage shared waypoints client-side.
- Open waypoint Add/Edit screen.
- Toggle
Shared: ON. - Confirm waypoint.
Behavior:
- When marking a new waypoint as shared, enable/disable/temporary is forced to enabled before lock.
- Non-shared waypoint fields behave normally.
- Shared waypoint fields are locked (name/coords/color/visibility and related fields).
- Depending on permission:
- with permission: confirm acts as
Delete Shared - without permission: confirm is disabled (
Shared (No Permission))
- with permission: confirm acts as
- Waypoint list screen:
DELETEis disabled for shared selections- tooltip explains to delete via Add/Edit interface (or no-permission message)
- Add/Edit screen:
- authorized users can delete shared waypoint from this interface
- Waypoint list
Sharebutton is disabled for shared selections with tooltip:This is already a shared waypoint sync'ed to all players.
- On world map right-click menu,
Share waypointis removed for shared waypoints.