mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-18 22:11:07 +00:00
Beautify permissions
This commit is contained in:
parent
0d3b48f524
commit
54ba87f900
1 changed files with 18 additions and 1 deletions
|
|
@ -1 +1,18 @@
|
|||
{"groups":{"default":{"perms":["world.*","chat.*", "info.*"],"noPerms":["op.*"]}, "admin":{"noPerms": [], "perms": ["*.*"], "prefix": "&4[Admin]&r"}},"players":{"TechmandanCZ": {"group":"admin"}}}
|
||||
{
|
||||
"groups": {
|
||||
"default": {
|
||||
"perms": ["world.*", "chat.*", "info.*"],
|
||||
"noPerms": ["op.*"]
|
||||
},
|
||||
"admin": {
|
||||
"noPerms": [],
|
||||
"perms": ["*.*"],
|
||||
"prefix": "&4[Admin]&r"
|
||||
}
|
||||
},
|
||||
"players": {
|
||||
"TechmandanCZ": {
|
||||
"group": "admin"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue