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.yml
file. - 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.yml
file. - 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
plugins
folder. - Restart your server.
- After the server has started, find the verification code in the console or in the
plugins/codeWhitelist/config.yml
file.
🔧 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.