Adds support for sending messages across servers. Currently only supports PluginMessaging so it works on BungeeCord(+forks) and Velocity as long as PluginMessaging is enabled on it.
How it works:
Each server needs to have channels named the same
Those channels need to have the option cross-server set to true
Drawbacks:
No relational PlaceholderAPI or MiniMessage tags. This includes the <recipient> and the <papi-rel> tags.
Only supports public messages for now. Private messaging is not yet supported.
Adds support for sending messages across servers. Currently only supports PluginMessaging so it works on BungeeCord(+forks) and Velocity as long as PluginMessaging is enabled on it.
How it works:
cross-server
set to trueDrawbacks:
<recipient>
and the<papi-rel>
tags.Closes #53