File Details
ViaRestricted-1.0.0.jar
- R
- Oct 28, 2025
- 4.07 KB
- 39
- 1.21.10+22
File Name
ViaRestricted-1.0.0.jar
Supported Versions
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
- 1.21
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
Loading the configuration:
Reads a config.yml file containing:
A list of allowed versions (allowed_versions).
A kick message (kick_message).
Player verification:
On PlayerLoginEvent, it retrieves the player's version via ViaVersion.
If the player's version is not in the allowed list, they are kicked with the message defined in the config.
Simple logs:
Displays a message in the console whenever a player is kicked for using a disallowed version.

