SyncProxy | option for displaying supported minecraft versions #1344
Description
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:
For clients supporting your server version, they conveniently display their current 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.
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.