Question How can I get the bukkit version of a server

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

FeuSalamander

New member
Sep 29, 2022
20
5
3
So is it possible to get the bukkit version of servers with velocity ?
It's because the methods to disable a message sent from a player are different for pre 1.19 and post 1.19 and it causes errors in the console
 

electronicboy

Administrator
Staff member
Dec 11, 2021
321
18
68
28
No, velocity does not know the version of the server; One thing you can do is rely on the protocol version of the connection to deal with version behavioral differences, otherwise, you'd need a plugin on the backend server to send that info to the proxy