forked from jkorn2324/Practice
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.yml
163 lines (160 loc) · 5.6 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
---
name: Practice
version: "3.0.0"
api: 5.0.0
authors:
- "jkorn2324"
- "DidntPot"
main: practice\PracticeCore
permissions:
practice.permission.kit:
description: "Allows players to use the command /kit"
default: true
practice.permission.kit.create:
description: "Allows players to use the command /kit create"
default: op
practice.permission.kit.delete:
description: "Allows players to use the command /kit delete"
default: op
practice.permission.kit.name:
description: "Allows players to use the /kit [kit-name] command."
default: true
practice.permission.kit.item:
description: "Allows players to use the /kit item command."
default: op
practice.permission.kit.effect:
description: "Allows players to use the /kit effect command."
default: op
practice.permission.arena:
description: "Allows players to use the command /arena"
default: true
practice.permission.arena.create:
description: "Allows players to use the commmand /arena create"
default: op
practice.permission.arena.delete:
description: "Allows players to use the command /arena deslete"
default: op
practice.permission.arena.list:
description: "Allows players to use the commmand /arena list"
default: op
practice.permission.arena.tp:
description: "Allows players to use the command /arena tp"
default: true
practice.permission.arena.kit:
description: "Allows players to use the command /arena kit"
default: op
practice.permission.arena.pos1:
description: "Allows players to use the command /arena pos1"
default: op
practice.permission.arena.pos2:
description: "Allows players to use the command /arena pos2"
default: op
practice.permission.freeze:
description: "Allows player to use the freeze/unfreeze command"
default: op
practice.permission.spawn:
description: "Allows player to use the /spawn command"
default: true
practice.permission.heal:
description: "Allows player to use the /heal command"
default: op
practice.permission.feed:
description: "Allows player to use the /feed command"
default: op
practice.permission.fly:
description: "Allows player to use the /fly command"
default: op
practice.permission.report:
description: "Allows player to use the /report command"
default: true
practice.permission.report.edit:
description: "Allows player to use the /report edit command"
default: op
practice.permission.report.list:
description: "Allows player to use the /report list command"
default: op
practice.permission.duel:
description: "Allows player to use the /duel command."
default: true
practice.permission.accept:
description: "Allows player to use the /accept command."
default: true
practice.permission.ext:
description: "Allows player to use the /ext command."
default: op
practice.permission.clear-inv:
description: "Allows player to use the /clear-inv command."
default: op
practice.permission.stats:
description: "Allows player to use the /stats command."
default: true
practice.permission.stats.reset:
description: "Allows player to use the /stats clear command."
default: op
practice.permission.mute:
description: "Allows player to use the /mute command."
default: op
practice.permission.mute.help:
description: "Allows player to use the /mute help command."
default: op
practice.permission.mute.player:
description: "Allows player to use the /mute player command."
default: op
practice.permission.mute.server:
description: "Allows player to use the /mute server command."
default: op
practice.permission.spec:
description: "Allows player to use the /spec command."
default: true
practice.permission.rank:
description: "Allows player to use the /rank command."
default: true
practice.permission.rank.help:
description: "Allows player to use the /rank help command."
default: true
practice.permission.rank.list:
description: "Allows player to use the /rank list command."
default: op
practice.permission.rank.enable:
description: "Allows player to use the /rank enable command."
default: op
practice.permission.rank.disable:
description: "Allows player to use the /rank disable command."
default: op
practice.permission.rank.player:
description: "Allows player to use the /rank player command."
default: op
practice.permission.teleport:
description: "Allows player to teleport to a different level."
default: op
practice.permission.kickall:
description: "Allows player to kick everyone against."
default: op
practice.permission.cleareffects:
description: "Allows player to clear all effects of all players in the server."
default: op
practice.permission.disguise:
description: "Allows player to use the /disguise command."
default: true
practice.permission.disguise.on:
description: "Allows player to use the /disguise on command."
default: true
practice.permission.disguise.off:
description: "Allows player to use the /disguise off command."
default: true
practice.permission.ping:
description: "Allows player to use the /ping command."
default: true
practice.permission.tplevel:
description: "Allows player to use the /tplevel command."
default: op
practice.permission.party.create:
description: "Allows player to create parties."
default: op
practice.permission.pinfo:
description: "Allows player to see other player's info."
default: op
practice.permission.report.clear:
description: "Allows player to clear all reports."
default: op
...