SimpleDiscordWhitelist is a PaperMC plugin that whitelists players by Discord role using EssentialsX Discord Link.
A simple PaperMC plugin to whitelist Minecraft players based on their Discord roles using EssentialsX Discord Link.
SimpleDiscordWhitelist-1.0.0.jar and place it in your server's plugins folder.config.yml.plugins/SimpleDiscordWhitelist/config.yml:required-discord-role-id to your Discord role's ID.required-discord-role-id: "YOUR_ROLE_ID_HERE"
# Optional: required-discord-role-name: "RoleNameHere"
# Message shown if player is linked but does not have the required Discord role
kick-no-role: "You are linked to a Discord account, but you do not have the required role to join this server."
# Message shown if there was an error verifying the Discord role
kick-error: "Could not verify your whitelist. Try again later or contact staff."
# Message shown if the plugin is not configured correctly
kick-not-configured: "Plugin not configured correctly. Contact server staff."
# Message shown if the player is not linked to Discord
kick-not-linked: "Please link using EssentialX."
bypass-permission: "discordwhitelist.bypass"
log-prefix: "[DiscordWhitelist] "
discordwhitelist.bypass — Allows a player to bypass the Discord whitelist check.If you need help, open an issue on GitHub or ask in the EssentialsX Discord.
MIT