Compatibility
Minecraft: Java Edition
1.21–1.21.4
Platforms
Links
Creators
Details
EcorteWhitelist
A simple MariaDB whitelist plugin for PaperMC servers.
Features
- Whitelist users by name (saved with UUIDs)
- Saved in a MariaDB database (useful for multiple servers)
- LuckPerms Contexts support
- Allow players to join even if they are not whitelisted (to use LuckPerms Contexts)
- Permissions for all subcommands
Dependencies
Installation
- Download the latest release of CommandAPI from the releases page.
- Download the latest release of LuckPerms from the downloads page.
- Download the latest release from the releases page.
- Place the downloaded files in the
pluginsfolder of your PaperMC server. - Configure the plugin in
plugins/EcorteWhitelist/config.yml. - Start your server.
Usage
Whitelist
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
Permissions
The plugin add the following permissions:
ecortewhitelist.whitelist.bypass: Allow to bypass the whitelist
LuckPerms Contexts
This plugin adds the iswhitelisted context to LuckPerms. This context is true if the player is whitelisted, false otherwise.


