Closed friishon closed 7 years ago
@friishon Hello, could you specify a bit what you mean with "daisy-chain"?
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?
No, stop asking to everyone, bungeecord daisy chain is impossible, it causes many glitches, that's why it's blocked by bungeecord itself.
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
@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)
This is what he means: https://github.com/WaterfallMC/Waterfall/issues/147
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
As i said you need a plugin such LobbyBalancer, it does exactly what you want on a single bungee instance.
thanks for the help, i will close this
This plugin support daisy-chain?