@@ -4,206 +4,7 @@ load: POSTWORLD
4
4
5
5
name : GrabBag
6
6
description : Collection of miscellaneous commands and listener modules
7
- version : 2.2.7
7
+ version : 2.3.0
8
8
author : aliuly
9
9
website : https://github.com/alejandroliu/pocketmine-plugins/tree/master/GrabBag
10
-
11
- permissions :
12
- gb.module.repeater :
13
- default : true
14
- description : " Access to repeater module"
15
- gb.module.cmdsel :
16
- default : true
17
- description : " Access to command selectors"
18
- gb.cmd.players :
19
- default : true
20
- description : " allow players command"
21
- gb.cmd.ops :
22
- default : true
23
- description : " list server ops"
24
- gb.cmd.sudo :
25
- default : op
26
- description : " Allow to run command as another user"
27
- gb.cmd.gma :
28
- default : op
29
- description : " Allow to switch gamemode to Adventure"
30
- gb.cmd.gms :
31
- default : op
32
- description : " Allow to switch gamemode to survival"
33
- gb.cmd.gmc :
34
- default : op
35
- description : " Allow to switch gamemode to creative"
36
- gb.cmd.gmspc :
37
- default : op
38
- description : " Allow to switch gamemode to spectator"
39
- gb.cmd.slay :
40
- default : op
41
- description : " Allow slaying players"
42
- gb.cmd.heal :
43
- default : op
44
- description : " Allow healing"
45
- gb.cmd.whois :
46
- default : op
47
- description : " Show player details"
48
- gb.cmd.whois.showip :
49
- default : op
50
- description : " Show player IP address"
51
- gb.cmd.timings :
52
- default : op
53
- description : " Show timings data"
54
- gb.cmd.seearmor :
55
- default : op
56
- description : " Show player's armor"
57
- gb.cmd.seeinv :
58
- default : op
59
- description : " Show player's inventory"
60
- gb.cmd.clearinv :
61
- default : true
62
- description : " Clear player's inventory"
63
- gb.cmd.clearinv.others :
64
- default : op
65
- description : " Clear other's inventory"
66
- gb.cmd.clearhotbar :
67
- default : true
68
- description : " Clear player's hotbar"
69
- gb.cmd.clearhotbar.others :
70
- default : op
71
- description : " Clear other's hotbar"
72
- gb.cmd.get :
73
- default : op
74
- description : " Get blocks"
75
- gb.cmd.shield :
76
- default : op
77
- description : " Allow players to become invulnerable"
78
- gb.cmd.servicemode :
79
- default : op
80
- description : " Allow access to service mode command"
81
- gb.servicemode.allow :
82
- default : op
83
- description : " Allow login when in service mode."
84
- gb.cmd.opms :
85
- default : true
86
- description : " Allow to send op only messages"
87
- gb.cmd.entities :
88
- default : op
89
- description : " Access entities command"
90
- gb.cmd.mute :
91
- default : op
92
- description : " mute/unmute"
93
- gb.cmd.freeze :
94
- default : op
95
- description : " freeze/thaw users"
96
- gb.cmd.after :
97
- default : op
98
- description : " Schedule commands"
99
- gb.cmd.rpt :
100
- default : true
101
- description : " Report issues"
102
- gb.cmd.rpt.read :
103
- default : op
104
- description : " Read reported issues"
105
- gb.cmd.summon :
106
- default : op
107
- description : " Summon|Dismiss command"
108
- gb.cmd.pushpoptp :
109
- default : op
110
- description : " push/pop teleport"
111
- gb.cmd.prefix :
112
- default : true
113
- description : " Allow the use of /prefix"
114
- gb.cmd.spawn :
115
- default : true
116
- description : " Allow to teleport to spawn"
117
- gb.cmd.burn :
118
- default : op
119
- description : " Allow the use of burn command"
120
- gb.cmd.throw :
121
- default : op
122
- description : " Allow to throw players up in the air"
123
- gb.cmd.blowup :
124
- default : op
125
- description : " Allow to blow-up players"
126
- gb.cmd.setarmor :
127
- default : op
128
- description : " Allow you to set your armor"
129
- gb.cmd.setarmor.others :
130
- default : op
131
- description : " Allow you to set others armor"
132
- gb.cmd.spectator :
133
- default : op
134
- description : " Turn players into spectators"
135
- gb.cmd.follow :
136
- default : op
137
- description : " Let players can follow others"
138
- gb.cmd.followme :
139
- default : op
140
- description : " Make players follow you"
141
- gb.cmd.rcon :
142
- default : op
143
- description : " use RCON client"
144
- gb.cmd.rcon.config :
145
- default : op
146
- description : " Modify the RCON configuration"
147
- gb.cmd.fly :
148
- default : op
149
- description : " Flight control"
150
- gb.cmd.crash :
151
- default : op
152
- description : " Crash dump management"
153
- gb.cmd.pluginmgr :
154
- default : op
155
- description : Manage plugins
156
- gb.cmd.permmgr :
157
- default : op
158
- description : Change permissions
159
- gb.cmd.regs :
160
- default : op
161
- description : Manage player registrations
162
- gb.cmd.skin :
163
- default : op
164
- description : Manage skins
165
- gb.cmd.skin.other :
166
- default : op
167
- description : Manage other's skins skins
168
- gb.cmd.invisible :
169
- default : op
170
- description : make player invisible
171
- gb.cmd.invisible.inmune :
172
- default : false
173
- description : make player inmune to invisibility tricks
174
- gb.cmd.togglechat :
175
- default : true
176
- description : " lets players opt out from chat"
177
- gb.cmd.togglechat.others :
178
- default : op
179
- description : " lets you toggle chat for others"
180
- gb.cmd.togglechat.excempt :
181
- default : op
182
- description : " chat-off players will always receive chats from these"
183
- gb.cmd.togglechat.global :
184
- default : op
185
- description : " Can toggle chat for the server as a whole"
186
- gb.cmd.clearchat :
187
- default : true
188
- description : " Clear your chat window"
189
- gb.cmd.nick :
190
- default : true
191
- description : " Change display name"
192
- gb.cmd.query :
193
- default : true
194
- description : " Access to query command"
195
- gb.cmd.query.addrm :
196
- default : op
197
- description : " Modify query hosts configuration"
198
- gb.cmd.query.details :
199
- default : true
200
- description : " View query details (ls, info, plugins)"
201
- gb.cmd.query.players :
202
- default : true
203
- description : " Access to query players"
204
- gb.cmd.query.players.showip :
205
- default : true
206
- description : " Show IP/hostname in query players"
207
- gb.cmd.query.list :
208
- default : true
209
- description : " Query list command"
10
+ softdepend : FastTransfer
0 commit comments