diff --git a/README.md b/README.md
index 1cf5977e..5bf6f686 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,8 @@ Find all cvars details on [online docs](https://srcdslab.github.io/sm-plugin-zom
- zr_config_path_weapons - "configs/zr/weapons.txt" - Path, relative to root sourcemod directory, to weapons config file.
- zr_config_path_hitgroups - "configs/zr/hitgroups.txt" - Path, relative to root sourcemod directory, to hitgroups config file.
- zr_permissions_use_groups - "0" - Use group authentication instead of flags to access admin features. Generic admin flag is still required on some features.
+- zr_permissions_flag_generic - "d" - Admin flag used for generic admin operations when group authentication is disabled. [Single flag char, e.g. d = ban | Levels: https://wiki.alliedmods.net/Adding_Admins_(SourceMod)#Levels]
+- zr_permissions_flag_configuration - "i" - Admin flag used for configuration operations when group authentication is disabled. [Single flag char, e.g. i = config | Levels: https://wiki.alliedmods.net/Adding_Admins_(SourceMod)#Levels]
- zr_classes_menu_spawn - "0" - Re-display class selection menu every spawn.
- zr_classes_menu_join - "0" - Display class selection menu when a player spawn for the first time.
- zr_classes_random - "0" - Player is assigned a random class every spawn. [Override: zr_classes_default_*]
@@ -265,4 +267,4 @@ Find all cvars details on [online docs](https://srcdslab.github.io/sm-plugin-zom
- maxime1907
- .Rushaway
- Franug
- - Anubis
+ - Anubis
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index eea30c1d..98757801 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -13,9 +13,9 @@
Zombie:Reloaded User Manual
-
+User Manual updated by .Rushaway (2026/06/18)
Index
@@ -4949,23 +4949,23 @@
Admins must have the appropriate
SourceMod admin flags to
-do certain types of operations. Below is a list of all flags used in Zombie:Reloaded and what type
-of operation they grant:
+do certain types of operations. The required flag is configurable per operation type through
+permissions cvars:
Admin Flags Used In Zombie:Reloaded
- | Flag: |
+ Flag cvar (default): |
Operation type: |
- | Admin_Ban |
+ zr_permissions_flag_generic (Admin_Ban) |
Access to generic operations like infecting, teleporting, and spawning players. |
- | Admin_Root |
+ zr_permissions_flag_configuration (Admin_Config) |
Access to operations that change settings in Zombie:Reloaded. |
@@ -5020,6 +5020,31 @@
0 or 1
+
+
+ | zr_permissions_flag_generic |
+ d |
+
+
+ |
+ Admin flag used for generic admin operations when group authentication is disabled.
+ Options:
+ Any single SourceMod admin flag character (a-t or z). Recommended default: d (ban).
+ |
+
+
+ | zr_permissions_flag_configuration |
+ i |
+
+
+ |
+ Admin flag used for configuration operations when group authentication is disabled.
+ Options:
+ Any single SourceMod admin flag character (a-t or z). Recommended default: i (config).
+ See SourceMod flag levels:
+ https://wiki.alliedmods.net/Adding_Admins_(SourceMod)#Levels
+ |
+
@@ -6111,4 +6136,4 @@