Permissions Reference
Complete list of permission nodes registered by XDiscordUltimate, with their default values. Use these to configure access control in LuckPerms, PermissionsEx, or the permission plugin of your choice.All Permission Nodes
| Permission | Description | Default |
|---|---|---|
xdiscord.* | Wildcard — grants all child nodes | op |
xdiscord.admin | Access admin commands (/xdiscord, /welcomedm) | op |
xdiscord.announce | Use /announce | op |
xdiscord.console | Use /discordconsole | false |
xdiscord.embed | Use /embed | op |
xdiscord.verify | Use /verify | true |
xdiscord.unlink | Use /unlink | true |
xdiscord.support | Use /support and /stats | true |
xdiscord.report | Use /report | true |
xdiscord.bypass.verification | Skip the verification requirement | false |
xdiscord.bypass.filter | Skip the chat filter | false |
xdiscord.ip | View the server address with /ip | true |
xdiscord.ip.admin | Set the server address with /ip set | op |
xdiscord.whitelist | Use /whitelist | true |
xdiscord.language | Use /language | true |
Wildcard Permission
xdiscord.* is the wildcard node and grants every child permission. It defaults to op. Its children are:
xdiscord.* only to fully trusted administrators — it includes xdiscord.console.
Bypass Nodes
Bypass nodes let specific players skip enforced checks. Both default to false.xdiscord.bypass.verification— skip the Discord verification requirement entirely.xdiscord.bypass.filter— skip the chat filter.
bypass.verification can access gated features without a linked Discord account.
Granting Permissions
LuckPerms
PermissionsEx
Dangerous Permission
xdiscord.console defaults to false on purpose. Any holder can execute arbitrary server commands via /discordconsole. Grant it only to staff you would trust with direct console access, and never include it in default or wide-scoped groups.Next Steps
Admin Commands
Administrative commands and their permissions.
Modules
Module development and the permissions each module adds.

