minecrafter / RedisBungee

The leading player synchronization system for BungeeCord
https://www.spigotmc.org/resources/redisbungee.13494/
Eclipse Public License 1.0
159 stars 123 forks source link

Question? #50

Closed friishon closed 7 years ago

friishon commented 7 years ago

This plugin support daisy-chain?

Foorack commented 7 years ago

@friishon Hello, could you specify a bit what you mean with "daisy-chain"?

friishon commented 7 years ago

something like round robin 2 bungeecord server, when one is down all trafic go to the second bungeecord if this imposible, do you know something to do it?

sgdc3 commented 7 years ago

No, stop asking to everyone, bungeecord daisy chain is impossible, it causes many glitches, that's why it's blocked by bungeecord itself.

sgdc3 commented 7 years ago

The only way you can do that is to use a plugin like LobbyBalancer that allows you to have many different sections of servers on the same bungee instance

Moehritz commented 7 years ago

@friishon "daisy-chain" is connecting through multiple bungees at once (you join on the first, that connects you to the second, this one connects you to a third bungee / or a server). Each player is connected to every bungee (there is literally no reason to do that, this practice is explicitly disabled by bungee itself)

while "round robin" means having them in parallel: you always get a connection player <-> bungee <-> server. Each player connects through one bungeecord. (Do this if you have too much players for one instance to handle -> RedisBungee will make syncing playercount, onlinestatus etc possible)

So what do you want? You mentioned both... (while they are completely different topics)

sgdc3 commented 7 years ago

This is what he means: https://github.com/WaterfallMC/Waterfall/issues/147

friishon commented 7 years ago

So, i can't have multiple bungeecord servers for having different type os games? Because i don't know how people can connect throught bungee 1 to bungee 2 and back to bungee 1

sgdc3 commented 7 years ago

As i said you need a plugin such LobbyBalancer, it does exactly what you want on a single bungee instance.

friishon commented 7 years ago

thanks for the help, i will close this