The plugin only works with BungeeCord!
Do you have multiple servers running different versions of the game?
Using the ClientVersionManager you can easily limit the client version that is required to play.
Config:
Code (YAML):
DenyMessage
:
"&cUse %version% or newer to join %server%"
MinClientVersions:
"survival"
:
"1.17.1"
"skyblock-1"
:
"1.12"
"skyblock-2"
:
"1.16.5"
In addition, you can specify your own error message, which will be displayed when using an outdated version of the client.
When new versions of Minecraft are released, you can add support for these versions yourself!
Requires Java 8+ to work