Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
A simple client side mod or server-side plugin (only one side needs it) that allows you to share Xaero's Minimap waypoints to specific players instead of being forced into sharing it with all players currently online the server.
Mod (Fabric)
This is the client side variant of this mod, you install it on your client and you can use it on any server even if that server 100% vanilla* since we piggyback on how waypoints are shared via chat. *: [Note 1]
Usage
Currently the mod can be activated using the default hotkey (Right Alt); however, this can always be changed via settings.
Current features
- Sharing waypoints with single and or multiple players
- Automatic delay between sending waypoints to avoid spamming commands
Demo
Detection
The mod has no way of detecting it when it's just passively installed in the background (excluding exploits such as sign translation) but when it sends waypoints it uses the /msg command which on it's own is a good enough sign that the waypoints aren't being sent manually as the waypoint share format is too messy to type out manually (and there's no docs); however, when xaeroshare sends a waypoint it'll automatically add :xaeroshare on the end allowing for servers to detect them for whatever use (this is what the plugin uses to ignore messages from the mod)
Plugin (PaperMC & Forks)
The mod has a server side version where the plugin can be installed on the server and anybody on the server (even if they don't have the mod installed) can select the players who they want to share their waypoint with. Note: Due to a bug with Modrinth at the minute this build isn't available on Modrinth but will be soon.
Usage
The plugin intercepts the regular Xaero's Minimap share messages and pops up a screen for the player using Paper's Dialog API with a list of players that the user can then select and submit or they can choose to ignore the menu entirely and continue with the vanilla sending behaviour.
Current features
- Sharing waypoints with single and or multiple players
- Automatic interception of Xaero's Minimap messages
- Transparent (Appears to clients as if the message was never intercepted[Note 1])
- 100% data preservation (The share format isn't documented so I had to make some assumptions that may turn out to be wrong, but the plugin just copies the mods output directly)
Demo
Notes
1: Since we are pretty much lying to the server and clients about what / who is sending the message chat reporting and messaging signing might have some issues with it. If you encounter issues try (or ask the server admin to try) disabling enforce-secure-profile in server.properties.


