Minecrell / ServerListPlus

A flexible Minecraft plugin to customize the appearance of your server in the server list
https://git.io/slp
GNU General Public License v3.0
240 stars 58 forks source link

Question about Version.Protocol #368

Closed iGabyTM closed 3 years ago

iGabyTM commented 3 years ago

Would be possible to make this a list of IDs or show the outdated version text only if the client's version is lower than what's specified, but not newer? For instance the id for 1.17 is 755, on my server we have ViaVersion so people can connect with 1.17.1 (756) but if you ping the server, it will display the outdated version text, even though you can join the server.

stephan-gh commented 3 years ago

If you have ViaVersion you shouldn't make use of Version.Protocol. ViaVersion should change the protocol version for you and then the outdated version text should be only be shown when relevant.