Update Permission System
parent
13ca027a9b
commit
b7619343f0
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
[Return](./Home)
|
[Return](./Home)
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
Cookie Utils permission system uses groups for assigning permissions.
|
### Cookie Utils permission system
|
||||||
|
Permission system uses groups for assigning permissions.
|
||||||
|
|
||||||
Plugin will always try to create permission group called `default` if it doesn't exist already, file with name `default.json` in location `server_folder/perm_groups/` will always have id `default`.
|
Plugin will always try to create permission group called `default` if it doesn't exist already, file with name `default.json` in location `server_folder/perm_groups/` will always have id `default`.
|
||||||
Default groups is one that is used for players that don't have group assigned by authorized person.
|
Default groups is one that is used for players that don't have group assigned by authorized person.
|
||||||
|
|
Loading…
Reference in a new issue