Beautify permissions

This commit is contained in:
Daniel Bulant 2020-04-02 16:23:03 +02:00
parent 0d3b48f524
commit 54ba87f900

View file

@ -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"
}
}
}