-
Notifications
You must be signed in to change notification settings - Fork 123
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
Get all servers to send data to #56
Comments
To get all the proxies in the network, you can use RedisBungeeAPI#getAllServers, |
Do you want to send the data to all bungeecords (proxies) in the network or to all the Minecraft servers connected to bungeecord (it looks like it from your code)? |
I would like to forward the data from one Minecraft server to another just like my image excerpt above looks like. The method getAllServers() is the one from my first post. Okay it seems that my approach is correct. Thanks again. Closing this :) |
Hello!
I am facing a difficulty when finding a way on how to (easier) send data from one server to another. The only way I found is very obscure through getting ServerInfo for each player on the network.
This is my code that I am currently using:
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: