Skip to content
New issue

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

How to send plugin message to other Proxy in Bukkit #100

Open
SheerYin opened this issue May 14, 2024 · 2 comments
Open

How to send plugin message to other Proxy in Bukkit #100

SheerYin opened this issue May 14, 2024 · 2 comments
Labels
question Further information is requested

Comments

@SheerYin
Copy link

SheerYin commented May 14, 2024

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

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?

@SheerYin SheerYin added the question Further information is requested label May 14, 2024
@SheerYin SheerYin changed the title How to send plug-in messages to other agents in Bukkit How to send plugin message to other agents in Bukkit May 14, 2024
@SheerYin SheerYin changed the title How to send plugin message to other agents in Bukkit How to send plugin message to other Proxy in Bukkit May 14, 2024
@ham1255
Copy link
Member

ham1255 commented May 14, 2024

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

@SheerYin
Copy link
Author

Maybe we should wait for a more complete implementation in the new version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants