A MariaDB whitelist plugin.
A simple MariaDB whitelist plugin for PaperMC servers.
plugins folder of your PaperMC server.plugins/EcorteWhitelist/config.yml.Whitelist a player by name:
/ewl add <player>
Permission: ecortewhitelist.whitelist.add
Remove a player from the whitelist:
/ewl remove <player>
Permission: ecortewhitelist.whitelist.remove
Get the whitelist status of a player:
/ewl status <player>
Permission: ecortewhitelist.whitelist.status
The plugin add the following permissions:
ecortewhitelist.whitelist.bypass: Allow to bypass the whitelistThis plugin adds the iswhitelisted context to LuckPerms. This context is true if the player is whitelisted, false otherwise.