sourcemod/configs/admins.cfg
David Anderson d351566b25 changed the admin config organization around a bit
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40337
2007-01-19 23:30:22 +00:00

32 lines
979 B
INI

/**
* USE THIS SECTION TO DECLARE DETAILED ADMIN PROPERTIES.
*
* Each admin should have its own "Admin" section, followed by a name.
* The name does not have to be unique.
*
* Available properties: (Anything else is filtered as custom)
* "auth" - REQUIRED - Auth method to use. Built-in methods are:
* "steam" - Steam based authentication
* "name" - Name based authentication
* "ip" - IP based authentication
* Anything else is treated as custom.
*
* "identity" - REQUIRED - Identification string, for example, a steamid or name.
* "password" - Optional password to use.
* "group" - Inherits a set of group permissions.
* "flags" - Adds a set of flags.
*
* Example:
"BAILOPAN"
{
"auth" "steam"
"identity" "STEAM_0:1:16"
"flags" "abcdef"
}
*
*/
Admins
{
}