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

SyncProxy | option for displaying supported minecraft versions #1344

Open
1 task done
Plunzi opened this issue Dec 27, 2023 · 0 comments
Open
1 task done

SyncProxy | option for displaying supported minecraft versions #1344

Plunzi opened this issue Dec 27, 2023 · 0 comments
Labels
s: needs triage Issue waiting for triage t: feature request A request of a feature someone wants to see in a future release.

Comments

@Plunzi
Copy link

Plunzi commented Dec 27, 2023

Describe the new feature

In Minecraft, it's possible to check if your client version aligns with the server's supported versions.
Take a look at these visual indicators:

Server Supported
Server Supported

For clients supporting your server version, they conveniently display their current player count:

Player Count

However, there's an existing challenge with CloudNet. When the Protocol-Text is modified to anything other than null, CloudNet automatically assumes that the server is undergoing maintenance or a similar state. To resolve this, a viable solution would involve adding an additional entry in the config.json file for supported Minecraft versions.

Furthermore, the code needs adjustment to ensure the Version Number is correctly set based on the provided text, rather than defaulting to 1.

https://github.com/CloudNetService/CloudNet-v3/blob/nightly/modules%2Fsyncproxy%2Fsrc%2Fmain%2Fjava%2Feu%2Fcloudnetservice%2Fmodules%2Fsyncproxy%2Fplatform%2Fvelocity%2FVelocitySyncProxyListener.java#L81

Why do you need this feature?

This feature will empower players by providing clarity on whether they are using a Minecraft Protocol Version that is supported by the server.

Alternatives

I don't think so.

Other

No response

Issue uniqueness

  • Yes, this issue is unique. There are no similar issues.
@Plunzi Plunzi added s: needs triage Issue waiting for triage t: feature request A request of a feature someone wants to see in a future release. labels Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s: needs triage Issue waiting for triage t: feature request A request of a feature someone wants to see in a future release.
Projects
None yet
Development

No branches or pull requests

1 participant