Updated Permission Sets (markdown)

RaidMax 2022-04-19 17:21:56 -05:00
parent 11f744aa9f
commit df36f3298d

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