Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- permissions:
- # Kits
- snapd.halfuser:
- description: Permissions for sub-normal users of the plugin.
- default: true
- children:
- snapd.cmd: true
- snapd.enter: true
- snapd.user:
- description: Permissions for normal users of the plugin.
- default: true
- children:
- snapd.halfuser: true
- snapd.create: true
- snapd.admin:
- description: Permissions for administrators.
- default: op
- children:
- snapd.user: true
- snapd.enter.others: true
- # Individual permissions
- snapd.create:
- description: Allows generation of a new dungeon
- snapd.enter:
- description: Allows entering a dungeon
- snapd.enter.others:
- description: Allows entering any dungeon, ignoring ownership
- snapd.cmd:
- description: Permission for the command
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement