Permissions
Permissions
Section titled “Permissions”Wonder uses Fabric permissions checks directly in its command registration and channel provider logic.
Core Nodes
Section titled “Core Nodes”| Node | Purpose |
|---|---|
wonder.use | Default permission for the bundled main channel. |
wonder.forceopen | Allows /wonder forceopen .... |
wonder.reload | Allows /wonder reload. |
wonder.admin | Allows Wonder admin and Discord webhook admin commands. |
Channel Permissions
Section titled “Channel Permissions”Each channel declares its own permission in channels.conf.
That permission gates:
- whether the player can see the channel in the GUI channel selector
- whether the player can use that channel’s alias command
The bundled main channel uses:
permission = "wonder.use"Cooldown Meta
Section titled “Cooldown Meta”Wonder also reads LuckPerms meta for per-channel cooldown overrides. This is separate from normal permission nodes.
Bundled defaults:
wonder.cooldown.{channel}wonder.cooldown