
Allows you to share xaeros minimap waypoints with individual players

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.
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]
Currently the mod can be activated using the default hotkey (Right Alt); however, this can always be changed via settings.
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)
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.
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.
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.