-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathplugin.yml
77 lines (77 loc) · 2.84 KB
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name: Hierarchy
main: CortexPE\Hierarchy\Hierarchy
version: 2.1.1
api: 3.0.0
load: POSTWORLD
author: CortexPE
description: "Role-based permission management system"
website: "https://CortexPE.xyz"
extensions: ["sqlite3"]
permissions:
hierarchy:
default: "false"
description: "Main Hierarchy root permission node"
children:
hierarchy.flush:
default: "op"
description: "Allows to use the flush command to save role configuration to disk"
hierarchy.info:
default: "op"
description: "Allows to check hierarchy information"
children:
hierarchy.info.list_roles:
default: "op"
description: "Allows to check role listing"
hierarchy.info.list_perms:
default: "op"
description: "Allows to check permission listing"
hierarchy.info.member:
default: "true"
description: "Allows to check member information"
hierarchy.info.role:
default: "op"
description: "Allows to check role information"
hierarchy.role:
default: "false"
description: "Allows role commands"
children:
hierarchy.role.add_permission:
default: "op"
description: "Allows the adding of permissions to a role"
hierarchy.role.deny_permission:
default: "op"
description: "Allows the denying of permissions from a role"
hierarchy.role.remove_permission:
default: "op"
description: "Allows the removal of permissions from a role"
hierarchy.role.create:
default: "op"
description: "Allows the creation of roles"
hierarchy.role.delete:
default: "op"
description: "Allows the deletion of roles"
hierarchy.role.give:
default: "op"
description: "Allows the giving of roles"
hierarchy.role.take:
default: "op"
description: "Allows the sender to take roles"
hierarchy.member:
default: "false"
description: "Allows member commands"
children:
hierarchy.member.add_permission:
default: "op"
description: "Allows the adding of permissions to a member"
hierarchy.member.deny_permission:
default: "op"
description: "Allows the denying of permissions from a member"
hierarchy.member.remove_permission:
default: "op"
description: "Allows the removal of permissions from a member"
hierarchy.member.transfer_privileges:
default: "op"
description: "Allows to transfer privileges between two players"
hierarchy.member.clear_all:
default: "op"
description: "Allows to remove all roles and permissions from a member"