
Velocity plugin for managing a Minecraft whitelist using MySQL
This is a Velocity plugin for managing a Minecraft whitelist using MySQL as the backend storage.
plugins directory of your Velocity proxy.The plugin uses a configuration file (config.properties) located in the plugins/mysqlwhitelistvelocity directory.
# Whitelist Status
enabled: false
# MySQL settings
host: localhost
user: root
password: example
database: minecraft
port: 3306
table: mysql_whitelist
# Kick message
message: Sorry, you are not in the whitelist.
enabled: Set to true to enable the whitelist.host, user, password, database, port, table: MySQL database connection details.message: Kick message displayed to players not in the whitelist./mywl add <player>: Add a player to the whitelist./mywl del <player>: Remove a player from the whitelist.mysqlwhitelist: Required to use whitelist management commands.config.properties file./mywl command to manage the whitelist.If you encounter any issues or have suggestions for improvement, please open an issue or submit a pull request on the GitHub repository.