From df36f3298da3950f7f63f14dc930504b8a33fd3d Mon Sep 17 00:00:00 2001 From: RaidMax Date: Tue, 19 Apr 2022 17:21:56 -0500 Subject: [PATCH] Updated Permission Sets (markdown) --- Permission-Sets.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Permission-Sets.md b/Permission-Sets.md index 0b29443..1826f10 100644 --- a/Permission-Sets.md +++ b/Permission-Sets.md @@ -6,8 +6,19 @@ They can be configured in `IW4MAdminSettings.json` `PermissionSets` Permissions are separated into component and access pairs, separated with a `.` ### Available Components -- `IPAddress` -- `MetaUpdateAlias` +`ClientIPAddress` +`ClientGuid` +`ClientLevel` +`MetaUpdateAlias` +`Penalty` +`PrivilegedClientsPage` +`HelpPage` +`ConsolePage` +`ConfigurationPage` +`AuditPage` +`RecentPlayersPage` +`ProfilePage` +`AdminMenu` ### Available Access Levels - `Read` @@ -16,6 +27,7 @@ Permissions are separated into component and access pairs, separated with a `.` - `Delete` *The asterisk (\*) character is used to denote all permissions*. +*The minus (-) character prefix is used to denote removed permissions,* **This set of components will grow as the system is further implemented**. ## Examples