Name-Based Whitelist

Simple name-based whitelist for your servers. Yaml or MySql storage.

824

Quick challenge

How far can you run before the mobs catch you?

Name-Based Whitelist

Name-Based Whitelist

- Simple name-based whitelist plugin for your server. - Two types of storage: MySql or MySql - No case-sensitive for player nicknames. - HEX colors support.

How to start using plugin?

1. Disable Minecraft's whitelist in ```server.properties``` (```white-list=false```). 2. Put plugin in ```plugins``` folder. 3. Start your server.

If you want to use MySql

1. Change ```storage-type``` to ```mysql``` in the config. 2. Specify the database details in the config. 3. 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. |

ADS