Open apollyon600 opened 11 months ago
You don't need to register plugin message, just send/receive them.
You can simply send them on the player. (Player#sendPluginMessage(Key channel, byte[] data)) You can receive plugin messages in the PluginMessageEvent. (Event handling is like Bukkit's)
Using spigot's api, it would be:
I was wondering using Limbo's api if I can register incoming and outgoing plugin messages with BungeeCord?