forked from NoCheatPlus/NoCheatPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
251 lines (247 loc) · 16.7 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
name: ${project.name}
version: ${project.version}-b${BUILD_NUMBER}
description: ${project.description}
author: NeatMonster
authors: [asofold, Evenprime]
website: ${project.url}
main: ${project.groupId}.${project.artifactId}
commands:
nocheatplus:
aliases: [ncp]
description: NoCheatPlus command(s).
# permissions: nocheatplus.admin.(...)
usage: |
Administrative commands overview:
/<command> reload: reload NoCheatPlus configuration
/<command> lag: Lag related info [expect changes]
/<command> info (player): Display the violations of a player
/<command> removeplayer (player) [(check type)]: Remove data
/<command> exemptions (player) [(check type)]: Show exemptions
/<command> exempt (player) [(check type)]: Exempt the player
/<command> unexempt (player) [(check type)]: Unexempt the player
/<command> commands: List all commands, more than shown here
permissions:
nocheatplus:
description: Allow the player to bypass all checks and give him all administation permissions.
children:
nocheatplus.admin:
description: Give the player all administation rights.
children:
nocheatplus.admin.notify:
description: Allow the player to see the alerts in the ingame chat.
nocheatplus.admin.plugins:
description: Allow the player to see the list of all plugins (/plugins).
nocheatplus.admin.reload:
description: Allow the player to reload NoCheatPlus configuration.
nocheatplus.admin.info:
description: Allow to see violation info about a player.
nocheatplus.admin.exemptions:
description: Allow to see exemptions for a player.
nocheatplus.admin.exempt:
description: Allow to add exemptions for a player.
nocheatplus.admin.unexempt:
description: Allow to remove exemptions from a player.
nocheatplus.admin.ban:
description: Allow use of the ncp ban command.
nocheatplus.admin.kick:
description: Allow use of the ncp kick command.
nocheatplus.admin.kicklist:
description: Allow use of the ncp kicklist command.
nocheatplus.admin.lag:
description: Allow use of the ncp lag command.
nocheatplus.admin.tell:
description: Allow use of the ncp tell command.
nocheatplus.admin.delay:
description: Allow use of the ncp delay command.
nocheatplus.admin.tempkick:
description: Allow use of the ncp tempkick command.
nocheatplus.admin.unkick:
description: Allow use of the ncp unkick command.
nocheatplus.admin.removeplayer:
description: Allow use of the ncp removeplayer command.
nocheatplus.admin.commands:
description: Allow use of the ncp commands command.
nocheatplus.bypass:
description: Bypass permission other than command permissions.
children:
nocheatplus.bypass.denylogin:
description: Bypass the login denial, such as exists with the ncp tempkick command.
nocheatplus.checks:
description: Allow the player to bypass all checks.
children:
nocheatplus.checks.blockbreak:
description: Allow the player to bypass all BlockBreak checks.
children:
nocheatplus.checks.blockbreak.break:
description: Allow the player to break special blocks.
children:
nocheatplus.checks.blockbreak.break.fluid:
description: Allow players to break fluids.
nocheatplus.checks.blockbreak.direction:
description: Allow the player to bypass to Direction check.
nocheatplus.checks.blockbreak.fastbreak:
description: Allow the player to bypass the FastBreak check.
nocheatplus.checks.blockbreak.frequency:
description: Allow the player to bypass the Frequency check.
nocheatplus.checks.blockbreak.noswing:
description: Allow the player to bypass the NoSwing check.
nocheatplus.checks.blockbreak.reach:
description: Allow the player to bypass the Reach check.
nocheatplus.checks.blockbreak.wrongblock:
description: Allow the player to bypass the WorngBlock check.
nocheatplus.checks.blockinteract:
description: Allow the player to bypass all BlockInteract checks.
children:
nocheatplus.checks.blockinteract.direction:
description: Allow the player to bypass to Direction check.
nocheatplus.checks.blockinteract.reach:
description: Allow the player to bypass the Reach check.
nocheatplus.checks.blockplace:
description: Allow the player to bypass all BlockPlace checks.
children:
nocheatplus.checks.blockplace.against:
description: Allow the player to place blocks against other blocks.
children:
nocheatplus.checks.blockplace.against.liquids:
description: Allow the player to place blocks against liquids.
nocheatplus.checks.blockplace.against.air:
description: Allow the player to place blocks against air.
nocheatplus.checks.blockplace.boatsanywhere:
description: Allow the player to place boats on the ground.
nocheatplus.checks.blockplace.direction:
description: Allow the player to bypass to Direction check.
nocheatplus.checks.blockplace.fastplace:
description: Allow the player to bypass the FastPlace check.
nocheatplus.checks.blockplace.noswing:
description: Allow the player to bypass the NoSwing check.
nocheatplus.checks.blockplace.reach:
description: Allow the player to bypass the Reach check.
nocheatplus.checks.blockplace.speed:
description: Allow the player to bypass the Speed check.
nocheatplus.checks.chat:
description: Allow the player to bypass all Chat checks.
children:
nocheatplus.checks.chat.color:
description: Allow the player to bypass the Color check.
nocheatplus.checks.chat.nopwnage:
description: Allow the player to bypass the NoPwnage check.
children:
nocheatplus.checks.chat.nopwnage.captcha:
description: Allow the player to bypass the captcha check (currently the nopwnage or globalchat violation handling would replace it!).
nocheatplus.checks.chat.globalchat:
description: Allow the player to bypass the GlobalChat check.
nocheatplus.checks.combined:
description: Allow the player to bypass all combined checks.
children:
nocheatplus.checks.combined.improbable:
description: Allow the player to bypass the Improbable check.
nocheatplus.checks.fight:
description: Allow the player to bypass all Fight checks.
children:
nocheatplus.checks.fight.angle:
description: Allow the player to bypass the Angle check.
nocheatplus.checks.fight.critical:
description: Allow the player to bypass the Critical check.
nocheatplus.checks.fight.direction:
description: Allow the player to bypass the Direction check.
nocheatplus.checks.fight.godmode:
description: Allow the player to bypass the GodMode check.
nocheatplus.checks.fight.instantheal:
description: Allow the player to bypass the InstantHeal check.
nocheatplus.checks.fight.knockback:
description: Allow the player to bypass the Knockback check.
nocheatplus.checks.fight.noswing:
description: Allow the player to bypass the NoSwing check.
nocheatplus.checks.fight.reach:
description: Allow the player to bypass the Reach check.
nocheatplus.checks.fight.selfhit:
description: Allow the player to bypass the SelfHit check.
nocheatplus.checks.fight.speed:
description: Allow the player to bypass the Speed check.
nocheatplus.checks.inventory:
description: Allow the player to bypass all Inventory checks.
children:
nocheatplus.checks.inventory.drop:
description: Allow the player to bypass the Drop check.
nocheatplus.checks.inventory.fastclick:
description: Allow the player to bypass the FastClick check.
nocheatplus.checks.inventory.instantbow:
description: Allow the player to bypass the InstantBow check.
nocheatplus.checks.inventory.instanteat:
description: Allow the player to bypass the InstantEat check.
nocheatplus.checks.moving:
description: Allow the player to bypass all Moving checks.
children:
nocheatplus.checks.moving.creativefly:
description: Allow the player to bypass the CreativeFly check.
nocheatplus.checks.moving.morepackets:
description: Allow the player to bypass the MorePackets check.
nocheatplus.checks.moving.morepacketsvehicle:
description: Allow the player to bypass the MorePacketsVehicle check.
nocheatplus.checks.moving.nofall:
description: Allow the player to bypass the NoFall check.
nocheatplus.checks.moving.survivalfly:
description: Allow the player to bypass the SurvivalFly check.
children:
nocheatplus.checks.moving.survivalfly.blocking:
description: Allow the player to move without speed limits and to attack entities while blocking.
nocheatplus.checks.moving.survivalfly.sneaking:
description: Allow the player to move without speed limits while sneaking.
nocheatplus.checks.moving.survivalfly.speeding:
description: Allow the player to move at higher speeds.
nocheatplus.checks.moving.survivalfly.sprinting:
description: Allow the player to sprint backwards.
nocheatplus.checks.moving.survivalfly.step:
description: Allow the player to use the 'step' functionality of his client.
nocheatplus.mods:
description: Allow the player to use all the client mods.
children:
nocheatplus.mods.cjb:
description: Allow the player to use the CJB mod.
children:
nocheatplus.mods.cjb.fly:
description: Allow the player to use CJB's fly mod.
nocheatplus.mods.cjb.radar:
description: Allow the player to use CJB's radar.
nocheatplus.mods.cjb.xray:
description: Allow the player to use CJB's xray.
nocheatplus.mods.minecraftautomap:
description: Allow the player to use the Minecraft AutoMap mod.
children:
nocheatplus.mods.minecraftautomap.cave:
description: Allow the player to use Minecraft AutoMap's cave mode.
nocheatplus.mods.minecraftautomap.ores:
description: Allow the player to use Minecraft AutoMap's ores detector.
nocheatplus.mods.minecraftautomap.radar:
description: Allow the player to use Minecraft AutoMap's radar.
nocheatplus.mods.rei:
description: Allow the player to use the Rei's Minimap mod.
children:
nocheatplus.mods.rei.cave:
description: Allow the player to use Rei's Minimap cave mode.
nocheatplus.mods.rei.radar:
description: Allow the player to use Rei's Minimap radar.
nocheatplus.mods.smartmoving:
description: Allow the player to use the Smart Moving mod.
children:
nocheatplus.mods.smartmoving.climbing:
description: Allow the player to use Smart Moving's climbing movement.
nocheatplus.mods.smartmoving.crawling:
description: Allow the player to use Smart Moving's crawling movement.
nocheatplus.mods.smartmoving.flying:
description: Allow the player to use Smart Moving's flying movement.
nocheatplus.mods.smartmoving.jumping:
description: Allow the player to use Smart Moving's jumping movement.
nocheatplus.mods.smartmoving.sliding:
description: Allow the player to use Smart Moving's sliding movement.
nocheatplus.mods.smartmoving.swimming:
description: Allow the player to use Smart Moving's swimming movement.
nocheatplus.mods.zombe:
description: Allow the player to use the Zombe mod.
children:
nocheatplus.mods.zombe.cheat:
description: Allow the player to use Zombe's cheat.
nocheatplus.mods.zombe.fly:
description: Allow the player to use Zombe's fly mod.
nocheatplus.mods.zombe.noclip:
description: Allow the player to use Zombe's noclip.