Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.4
Platforms
Links
Creators
Details
Licensed ARR
Published 2 years ago
Updated last month
Name-Based Whitelist
- Simple name-based whitelist plugin for your server.
- Two types of storage: Yaml or MySql
- No case-sensitive for player nicknames.
How to start using plugin?
- Disable Minecraft's whitelist in
server.properties
(white-list=false
). - Put plugin in
plugins
folder. - Start your server.
If you want to use MySql
- Change
storage-type
tomysql
in the config. - Specify the database details in the config.
- Restart your server.
Commands
Command | Description |
---|---|
/nbwl add <username> | Add a player to the whitelist. |
/nbwl remove <username> | Remove a player from the whitelist. |
/nbwl enable | Enable Name Based Whitelist. |
/nbwl disable | Disable Name Based Whitelist. |
/nbwl reload | Reload configuration. |
Permissions
Permission | Description |
---|---|
namebasedwhitelist.* | Access to all commands. |
namebasedwhitelist.modify | Access to add/remove commands. |
namebasedwhitelist.manage | Access to reload/enable/disable commands. |