MySQLWhitelistVelocity
作者:rebot | 分类:模组
Minecraft 版本: 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.7.10 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
平台: velocity
标签: management
MySQL Whitelist Velocity
This is a Velocity plugin for managing a Minecraft whitelist using MySQL as the backend storage.
Installation
- Download the latest release from the modrinth or github releases page.
- Place the JAR file in the
pluginsdirectory of your Velocity proxy. - Start the proxy.
Configuration
The plugin uses a configuration file (config.properties) located in the plugins/mysqlwhitelistvelocity directory.
Default Configuration
# 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.
Configuration Options
enabled: Set totrueto enable the whitelist.host,user,password,database,port,table: MySQL database connection details.message: Kick message displayed to players not in the whitelist.
Commands
/mywl add <player>: Add a player to the whitelist./mywl del <player>: Remove a player from the whitelist.
Permissions
mysqlwhitelist: Required to use whitelist management commands.
Usage
- Configure the MySQL connection details in the
config.propertiesfile. - Start the proxy.
- Use the
/mywlcommand to manage the whitelist.
Issues and Contributions
If you encounter any issues or have suggestions for improvement, please open an issue or submit a pull request on the GitHub repository.
bStats
请登录后举报
暂无评论,抢个沙发吧~