From b7619343f0ff41843be7cc4ff49f57ba0270337d Mon Sep 17 00:00:00 2001 From: pietru Date: Thu, 27 Feb 2025 13:07:21 +0100 Subject: [PATCH] Update Permission System --- Permission-System.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Permission-System.md b/Permission-System.md index f8c7402..07b5efc 100644 --- a/Permission-System.md +++ b/Permission-System.md @@ -1,7 +1,8 @@ [Return](./Home)
-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`. Default groups is one that is used for players that don't have group assigned by authorized person.