We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, if I have agents bungee-1 and bungee-2 and enter player1 and player2 respectively, then player1 sends plug-in messages such as
output.writeUTF("Message") output.writeUTF("player2") output.writeUTF("hi") player1.sendPluginMessage()
player2 will not receive
Or do I need to create a plug-in in Bungee and call RedisBungee to subscribe to the channel?
The text was updated successfully, but these errors were encountered:
https://github.com/ProxioDev/ValioBungee/wiki/API#plugin-messaging-bukkit-or-any-downstream-server has no player sending message support, you have to implement this yourself
btw in 0.13.0 will be new plugin message system that use classes to help writing your own implementation easily
Sorry, something went wrong.
Maybe we should wait for a more complete implementation in the new version
No branches or pull requests
Your question?
For example, if I have agents bungee-1 and bungee-2 and enter player1 and player2 respectively, then player1 sends plug-in messages such as
player2 will not receive
Or do I need to create a plug-in in Bungee and call RedisBungee to subscribe to the channel?
The text was updated successfully, but these errors were encountered: