-
Notifications
You must be signed in to change notification settings - Fork 1
Permissions
Cyrusbye720 edited this page Jun 6, 2026
·
3 revisions
Permissions are configured in plugin.yml and can be granted to players or groups via your permission plugin (LuckPerms, PermissionsEx, etc.).
| Permission | Default | Purpose |
|---|---|---|
zdiscord.admin |
op | Reload, status, lockdown, dump |
zdiscord.discord |
true | View the Discord invite link |
zdiscord.link |
true | Generate a link code |
zdiscord.chat |
true | Have chat forwarded to Discord |
zdiscord.ticket |
true | Open a support ticket |
zdiscord.embed |
op | Send a custom embed |
zdiscord.staffchat |
op | Use the staff chat |
zdiscord.bypass.antiraid |
op | Bypass anti-raid checks |
zdiscord.bypass.link |
op | Bypass link-to-join enforcement |
zdiscord.bypass.console |
op | Reserved (currently unused) |
zdiscord.bypass.console is registered so it appears in plugin.yml for completeness, but no code path currently checks it. Console-command access is gated by the Discord role configured in misc.console-role instead.