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.addpermission./whitelist rem [player] (-offline|-online)— removes a player. Requireswhitelist.removepermission./whitelist info [player] (-offline|-online)— tells whether a player is whitelisted and if so displays the duration. Requireswhitelist.infopermission./whitelist status— tells whether the whitelist is enabled or not. Requireswhitelist.statuspermission./whitelist on|off— enables and disabled the whitelist. Requireswhitelist.enableandwhitelist.disablepermission./whitelist reload— allows you to reload locale files, config.yml and storage (from json to database and vice-versa). Requireswhitelist.reloadpermission./whitelist reconnect— basically reloads the storage. Reconnects to the database using new credentails fromdatabase.ymlfile if the selected storage is DATABASE or reloadswhitelist.jsonfile it it's JSON. Requireswhitelist.reconnectpermission./whitelist export-db— exports the connected database into a newexport-${timestamp}.jsonjson file. Requireswhitelist.exportpermission./whitelist import-json— imports whitelist fromwhitelist.jsonfile into the connected database. Requireswhitelist.importpermission.

