changed default group permissions and fixed /help
This commit is contained in:
parent
dbdbc9e41e
commit
8d7a52ff9a
2 changed files with 33 additions and 16 deletions
|
|
@ -7,9 +7,12 @@
|
|||
#Do not name a group SuperAdmin, that is hard-coded into the code, it grants total permissions
|
||||
#ALWAYS DECLARE A GROUP'S PARENT BEFORE YOU DECLARE THE GROUP
|
||||
|
||||
#currently avaliable permissions: kick ban ignorecheatdetection power cfg causeevents spawnboss tp spawnmob cheat kill pvpfun
|
||||
#currently avaliable permissions: kick ban ignorecheatdetection
|
||||
#power cfg causeevents spawnboss tp
|
||||
#spawnmob cheat kill pvpfun
|
||||
#immunetoban immunetokick
|
||||
|
||||
default null kill
|
||||
default null
|
||||
newadmin default kick
|
||||
admin newadmin ban causeevents spawnboss spawnmob tp
|
||||
trustedadmin admin ignorecheatdetection power cfg cheat pvpfun
|
||||
admin newadmin ban causeevents spawnboss spawnmob tp immunetokick kill
|
||||
trustedadmin admin ignorecheatdetection power cfg cheat pvpfun ignorecheatdetection immunetoban
|
||||
Loading…
Add table
Add a link
Reference in a new issue