sourcemod/configs/admin_groups.cfg
David Anderson 5085521b54 initial import of group reader (unfinished)
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40426
2007-01-30 05:42:57 +00:00

27 lines
681 B
INI

Groups
{
/**
* Allowed properties for a group:
*
* "flags" - Flag string.
* "inherit" - Inherits permissions from another group. Use one group per instance of this key.
* "immunity" - Specifies a group to be immune to. Use "*" for all or "$" for users with no group.
* This key may be used multiple times.
*/
"Full Admins"
{
/**
* You can override commands and command groups here.
* Specify a command name or group and either "allow" or "deny"
* Examples:
* ":CSDM" "allow"
* "csdm_enable" "deny"
*/
Commands
{
}
"flags" "abcdefghiz"
"immunity" "*"
}
}