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

Duplicate world detection #15

Open
turikhay opened this issue Mar 27, 2023 · 0 comments
Open

Duplicate world detection #15

turikhay opened this issue Mar 27, 2023 · 0 comments
Labels
enhancement New feature or request java Pull requests that update Java code question Further information is requested

Comments

@turikhay
Copy link
Owner

turikhay commented Mar 27, 2023

In rare cases, different worlds may not have unique identifiers within the server network. To rule out the possibility of this, the BungeeCord/Velocity plugin "combine" the world ID from the downstream server with the name of same server. That's why I recommend installing the plugin on both proxy and the server.

Most of the time servers send completely unique IDs that can be sent to players as-is.

We may try to implement the solution that wouldn't change the world ID if it's already unique.

What do you think?

@turikhay turikhay added enhancement New feature or request question Further information is requested labels Mar 27, 2023
@turikhay turikhay added the java Pull requests that update Java code label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java Pull requests that update Java code question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant