CodeWhitelist
作者:rebot | 分类:模组
Minecraft 版本: 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: bukkit paper purpur spigot
标签: management
CodeWhitelist - Whitelist Plugin ?
CodeWhitelist is a verification code-based entry control system for your Minecraft server. Players joining the server must enter a verification code provided to them to gain access. This system prevents players from moving or performing any actions on the server without verification.
✨ Features
- Verification Code System: A unique verification code is generated every time the server starts and saved in the
config.ymlfile. - IP-Based Registration: Once players verify themselves, their IP addresses are saved, so they don’t need to re-enter the code on future logins.
- Freeze System: Players cannot move, use items, or deal/take damage until they are verified.
- Code Display: The verification code is displayed in the console when the server is fully loaded and ready for players to join.
- Flexible Management:
- IP checks can be enabled or disabled through the
config.ymlfile. - The whitelist of verified players can be easily managed.
- IP checks can be enabled or disabled through the
? Installation
- Download the plugin and place it in your server's
pluginsfolder. - Restart your server.
- After the server has started, find the verification code in the console or in the
plugins/codeWhitelist/config.ymlfile.
? Configuration
The plugin automatically creates a config.yml file when it is first run. The file contents look like this:
server-code: "ABC123" # The verification code
players: [] # Player names and IP addresses
settings:
ip-check: true # IP check (Recommended to keep enabled)
server-code: The verification code generated by the server.players: A list of verified player names and their IP addresses.ip-check: A feature to enable or disable IP-based verification control.
? Commands
/kod <code>//code <code>: Allows players to enter the verification code. If the code is correct, they will gain access to the server./kod al//code al: This commands give you your server verification code.
请登录后举报
暂无评论,抢个沙发吧~