-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.yml
More file actions
254 lines (239 loc) · 6.33 KB
/
plugin.yml
File metadata and controls
254 lines (239 loc) · 6.33 KB
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
252
253
254
name: ProjectCore
main: TheNote\core\Main
version: 1.3.0-BETA
api:
- 5.27.0
author: TheNote/Rudolf2000/note3crafter
description: ProjectCore v1.3.0 BETA
permissions:
ProjectCore:
description: "DefaultPermission"
default: true
core.command.ban:
description: "Ban a Player"
default: op
core.command.unban:
description: "Unban a Player"
default: op
core.command.givemoney:
description: "Give money to Player"
default: op
core.command.setmoney:
description: "Set money to Player"
default: op
core.command.takemoney:
description: "Take money from Player"
default: op
core.command.back:
description: "go to the last deathpoint"
default: op
core.command.burn:
description: "Burn a Player"
default: op
core.command.chatclear:
description: "Clear a chat"
default: op
core.command.clear:
description: "Clear your inv"
default: op
core.command.clear.other:
description: "Clear other inv"
default: op
core.command.day:
description: "Set the time to day"
default: op
core.command.enderchest:
description: "Open your enderchest"
default: op
core.command.extinguish:
description: "Extinguish a Player"
default: op
core.command.extinguish.other:
description: "Extinguis a other Player"
default: op
core.command.feed:
description: "Feed you"
default: op
core.command.feed.other:
description: "Feed other Player"
default: op
core.command.fly:
description: "Fly"
default: op
core.command.fly.other:
description: "Fly other"
default: op
core.command.godmode:
description: "Godmode"
default: op
core.command.heal:
description: "Heal you"
default: op
core.command.heal.other:
description: "Heal other"
default: op
core.command.id:
description: "itemid"
default: op
core.command.kickall:
description: "kick all player from server"
default: op
core.command.kick:
description: "kick a player"
default: op
core.command.milk:
description: "milk"
default: op
core.command.milk.other:
description: "milk other"
default: op
core.command.near:
description: "near to you"
default: op
core.command.nick:
description: "change your name"
default: op
core.command.night:
description: "set the time to night"
default: op
core.command.nuke:
description: "rico says kaboom"
default: op
core.command.nuke.other:
description: "nuke other"
default: op
core.command.position:
description: "see your position"
default: op
core.command.realname:
description: "realname of a player"
default: op
core.command.rename:
description: "rename a item"
default: op
core.command.repair:
description: "repair a item"
default: op
core.command.sign:
description: "sign a item"
default: op
core.command.size:
description: "set your size"
default: op
core.command.speed:
description: "set your speed"
default: op
core.command.sudo:
description: "sudo"
default: op
core.command.top:
description: "go to top block"
default: op
core.command.tpall:
description: "tp all players to you"
default: op
core.command.vanish:
description: "vanish"
default: op
core.command.adventure:
description: "switch gamemode to adventure"
default: op
core.command.adventure.other:
description: "switch target gamemode to adventure"
default: op
core.command.creative:
description: "switch gamemode to creative"
default: op
core.command.creative.other:
description: "switch target gamemode to creative"
default: op
core.command.spectator:
description: "switch gamemode to spectator"
default: op
core.command.spectator.other:
description: "swtich target gamemode to spectator"
default: op
core.command.survival:
description: "switch gamemode to survival"
default: op
core.command.survival.other:
description: "switch target gamemode to survival"
default: op
core.command.group:
description: "manage groups"
default: op
core.command.adminitems:
description: "for admins"
default: op
core.command.adminitems.superbow:
description: "for admins"
default: op
core.command.adminitems.explosivbow:
description: "for admins"
default: op
core.command.adminitems.explosivegg:
description: "for admins"
default: op
core.command.lightning:
description: "lightning rod"
default: op
core.command.nodm.bypass:
description: "bypass blocked privat messages"
default: op
core.command.clearlagg:
description: "clear all items and mobs"
default: op
core.command.seeperms:
description: "see perms form other plugins"
default: op
core.command.sethub:
description: "set the hub"
default: op
core.command.delwarp:
description: "delete a warp"
default: op
core.command.setwarp:
description: "set a warp"
default: op
core.command.weather:
description: "manage weather"
default: op
core.events.blockbreak:
description: "break block"
default: op
core.events.blockplace:
description: "place block"
default: op
core.events.interact.bonemeal:
description: "use bonemeal"
default: op
core.events.interact.bucket:
description: "use buckets"
default: op
core.events.interact.chest:
description: "use chest"
default: op
core.events.interact.doors:
description: "interact whit doors etc"
default: op
core.events.interact.dragonegg:
description: "interact whit dragoneggs"
default: op
core.events.interact.flintsteel:
description: "interact whit flint an steel"
default: op
core.events.interact.honeycomb:
description: "use honeycomb"
default: op
core.events.interact.itemframe:
description: "interact whit itemframe"
default: op
core.events.interact.sign:
description: "interact whit signs"
default: op
core.events.itemuse.icebomb:
description: "use icebomb"
default: op
core.events.spawnprotection.bypass:
description: "bypass the spawnprotection"
default: op