You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok so i was looking through the API lately and noticed that the option to set a minecraft servers version is missing. Doing this would allow us as an example to let the client think he is outdated and so always displaying the current minecraft version. And also setting a custom version name for the client to display. (This can be even coloured instead of the default red colour).
Here is an example, which did make use of this functionality of minecraft:
I hope this feature can get added to this awesome API.
You can by the way already get the version that is sent, but not edit it yet:
Ok so i was looking through the API lately and noticed that the option to set a minecraft servers version is missing. Doing this would allow us as an example to let the client think he is outdated and so always displaying the current minecraft version. And also setting a custom version name for the client to display. (This can be even coloured instead of the default red colour).
Here is an example, which did make use of this functionality of minecraft:
I hope this feature can get added to this awesome API.
You can by the way already get the version that is sent, but not edit it yet:
SpongeAPI/src/main/java/org/spongepowered/api/network/status/StatusClient.java
Line 50 in 6662937
Useful links for devs:
https://github.com/SpongePowered/SpongeAPI/blob/stable-7/src/main/java/org/spongepowered/api/event/server/ClientPingServerEvent.java
https://github.com/SpongePowered/SpongeAPI/blob/stable-7/src/main/java/org/spongepowered/api/network/status/StatusClient.java
The text was updated successfully, but these errors were encountered: