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

Question? #50

Closed
friishon opened this issue Jul 1, 2017 · 9 comments
Closed

Question? #50

friishon opened this issue Jul 1, 2017 · 9 comments

Comments

@friishon
Copy link

friishon commented Jul 1, 2017

This plugin support daisy-chain?

@Foorack
Copy link

Foorack commented Jul 7, 2017

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

@friishon
Copy link
Author

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
Copy link

sgdc3 commented Jul 13, 2017

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

@sgdc3
Copy link

sgdc3 commented Jul 13, 2017

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
Copy link

@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
Copy link

sgdc3 commented Jul 13, 2017

This is what he means: PaperMC/Waterfall#147

@friishon
Copy link
Author

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
Copy link

sgdc3 commented Jul 14, 2017

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

@friishon
Copy link
Author

thanks for the help, i will close this

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

No branches or pull requests

4 participants