SHOW:
|
|
- or go back to the newest paste.
1 | permissions: | |
2 | - | plugin.*: |
2 | + | # Kits |
3 | - | description: Base permission |
3 | + | snapd.halfuser: |
4 | description: Permissions for sub-normal users of the plugin. | |
5 | default: true | |
6 | - | snapd.accessall: true |
6 | + | |
7 | snapd.cmd: true | |
8 | - | |
8 | + | |
9 | - | plugin.accessall: |
9 | + | snapd.user: |
10 | - | description: Allows to load any dungeon, ignoring ownership |
10 | + | description: Permissions for normal users of the plugin. |
11 | - | default: false |
11 | + | |
12 | - | plugin.enter: |
12 | + | |
13 | - | description: Allows entering a dungeon, usually true |
13 | + | snapd.halfuser: true |
14 | snapd.create: true | |
15 | - | plugin.cmd: |
15 | + | snapd.admin: |
16 | - | description: Permission for command |
16 | + | description: Permissions for administrators. |
17 | - | default: op |
17 | + | default: op |
18 | children: | |
19 | snapd.user: true | |
20 | snapd.enter.others: true | |
21 | ||
22 | # Individual permissions | |
23 | snapd.create: | |
24 | description: Allows generation of a new dungeon | |
25 | snapd.enter: | |
26 | description: Allows entering a dungeon | |
27 | snapd.enter.others: | |
28 | description: Allows entering any dungeon, ignoring ownership | |
29 | snapd.cmd: | |
30 | description: Permission for the command |