Compatibility
Minecraft: Java Edition
1.21–1.21.4
1.20.x
1.19.4
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed ARR
Published last year
Updated last month
Name Based Whitelist V3.0!
Simple name based whitelist plugin for your server. Two types of storage: Yaml or MySql
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 data from the database in the config.
- Restart your server.
Commands:
/nbwl add <username>
- Add player in whitelist/nbwl remove <username>
- Remove player in whitelist/nbwl enable
- Enable Name Based Whitelist/nbwl disable
- Disable Name Based Whitelist/nbwl reload
- Config Reload
Permissions:
namebasedwhitelist.*
- for all commandnamebasedwhitelist.modify
- for add/remove commandnamebasedwhitelist.manage
- for reload/enable/disable command