21 lines
No EOL
871 B
Text
21 lines
No EOL
871 B
Text
#Format
|
|
#name parent permisson1 permission2 permissionN
|
|
#if there is no parent, put null instead
|
|
#groups inherit permissions from their parents
|
|
#put a ! before a permission to negate it
|
|
#Do not remove the group default
|
|
#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
|
|
#maintenance cfg causeevents spawnboss tp
|
|
#spawnmob cheat kill pvpfun
|
|
#immunetoban immunetokick editspawn
|
|
#ignoregriefdetection reservedslot
|
|
|
|
default null canwater canlava
|
|
vip default reservedslot
|
|
newadmin default kick editspawn reservedslot
|
|
admin newadmin ban unban causeevents spawnboss spawnmob tp immunetokick kill logs
|
|
trustedadmin admin maintenance cfg cheat pvpfun ignorecheatdetection immunetoban ignoregriefdetection |