WhitelistCycle
Mange and switch Whitelists lists on the fly!
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
WhitelistCycle
Multiple whitelist configurations!
This plugin allows you to manage whitelists on the fly! * Allows creating lists. * Manage them by adding/removing players. * To change current whitelist - use a single command!
Usage:
`/whitelistcycle` is the command to manage everything!
`/whitelistcycle addList <list Name>` to create new list.
`/whitelistcycle removeList <list Name>` to remove a list.
`/whitelistcycle addPlayer <player Name> <list Name>` to add a player to a list.
`/whitelistcycle removePlayer <player Name> <list Name>` to remove a player from a list.
`/whitelistcycle currentList` to infrom the sender which list is the current Whitelist (and shows the players in the list)
`/whitelistcycle currentList <list Name>` to switch to other list - essentially changing the whitelist on the fly.
Notes:
- Each update to player taht in current list via `addPlayer /removePlayer` will directly update the whitelist itself. - All names (lists/players) must be a single word. - this plugin keeps the native way of whitelists.json and rewrites it as needed: - IT IS NOT RECOMMANDED THO any player with OP bypasses whitelist check. - Usages of the default `whitelist` command is possible IT IS NOT RECOMMANDED THO. - Whitelists.json will get overided when a list is updated from the plugin. - There is no hook into player login etc.. allowing other plugins. - Whitelist will get turned ON everytime server gets started.