VoidWhitelist is an enchanced whitelist plugin for v1.8-1.18 Minecraft servers. It allows to add both online and offline UUIDs on a white list on a permanent and temporary basis.
GUI is accessible through a /whitelist gui
command. Requires whitelist.gui
permission. GUI actions (such as remove or edit)
don't require any permission.
By default the plugin will use configured UUID. -offline and -online parameters explicitly indicate which UUID a command should use.
whitelist.*
gives you a permission to run all pugin commands.
/whitelist add [player] (duration) (-offline|-online)
— adds a player for a duration. The duration is specified in a standard Essentials form1mon7d30m
. Requireswhitelist.add
permission./whitelist rem [player] (-offline|-online)
— removes a player. Requireswhitelist.remove
permission./whitelist info [player] (-offline|-online)
— tells whether a player is whitelisted and if so displays the duration. Requireswhitelist.info
permission./whitelist status
— tells whether the whitelist is enabled or not. Requireswhitelist.status
permission./whitelist on|off
— enables and disabled the whitelist. Requireswhitelist.enable
andwhitelist.disable
permission./whitelist reload
— allows you to reload locale files, config.yml and storage (from json to database and vice-versa). Requireswhitelist.reload
permission./whitelist reconnect
— basically reloads the storage. Reconnects to the database using new credentails fromdatabase.yml
file if the selected storage is DATABASE or reloadswhitelist.json
file it it's JSON. Requireswhitelist.reconnect
permission./whitelist export-db
— exports the connected database into a newexport-${timestamp}.json
json file. Requireswhitelist.export
permission./whitelist import-json
— imports whitelist fromwhitelist.json
file into the connected database. Requireswhitelist.import
permission.