WHITELIST+ This plugin is a replacement of the default whitelist with a controllable whitelist that can be turned into a blacklist if you want. The reason that made me do this plugin is that the default whitelist is UUID based and if a hacker knew your UUID it can bypass the whitelist. It has a custom message file that can be translated into another language (If you have translated it, and you want to put in the download section, send me a message on discord: nullonrise)
Code (YAML):
Messages:
Prefix: "&8&l[&f&lWHITELIST&e&l+&8&l]" NotListed: "&4You are not whitelisted, or you are in the blacklist of this server." PlayerAdded: "&eSuccessfully added player into the list." PlayerRemove: "&eSuccessfully removed player off the list." Enable: "&eSuccessfully enabled the list." Disable: "&eSuccesfully disabled the whitelist." BLOn: "&eSuccesfully enabled the blacklist." WLOn: "&eSuccessfully enabled the whitelist." Reload: "&eReloaded correctly." Error: "&4Error: " #Leave a blank space at the end for not bad view
To use it, you can do it in two ways, with commands or with the config.yml file.
Code (YAML):
#Add player's name into this list List: []
#Use the list as a Blacklist UseAsBlacklist: false
#Enabled the whitelist or blacklist Enabled: true
The commands that you can use in game are:
Code (Text):
\wlp → Help command
\wlp add <player> → Add a player into the list
\wlp remove <player_name_in_lowercase> → Remove a player from the list (remember putting the name in lowercase).
\wlp enable → Enable the whitelist/blacklist.
\wlp disable → Disable the whitelist/blacklist.
\wlp type <blacklist|whitelist> → Change the type of list.
\wlp reload → Reload the config and message file.