Client verification - PluginsCDTribe/VexView GitHub Wiki

We added the client authentication mechanism in version 1.5.5. When the player enters the service, the server recognizes the client version and verifies that it is the same as the server version. Otherwise, you can choose to kick out the player.

Of course, if the player doesn't have the VexView MOD installed on the client, you can also choose to kick out the player.

The specific configuration file (verification.yml) is as follows:

#Verify that the client MOD version is the same as the server plug-in version, or kick out the player

#For example (VV client version is 1.5, and server version is 1.6, if this option is true, the player will be kicked out of the server)

Version_kick: true

#If the player does not install MOD

No_mod_kick: true

Kicktext: 'Your VexView version does not match the server! '

Nomodtext: 'You do not have VexView installed on the client! '