sourcemod/configs/admins_simple.ini
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

42 lines
1.4 KiB
INI

/***************************************
* READ THIS CAREFULLY! SEE BOTTOM FOR EXAMPLES
*
* For each admin, you need two settings:
* "identity" "permissions" "password"
*
* For the Identity, you can use a SteamID, IP address, or Name (the type will be auto-detected).
* For the Permissions, you can use a flag string or group (read below), and an optional password.
*
* There are 13 flags (a-i,z), and each flag has a specific meaning/role.
* For example, the "b" flag means "kick permissions."
*
* You can combine flags into a string like this:
* "abcdefgh"
*
* The default flags are:
*
* "reservation" "a" //Slot reservation
"kick" "b" //Kick other players
"ban" "c" //Ban other players
"unban" "d" //Unban other players
"slay" "e" //Slay other players
"changemap" "f" //Change the map or gameplay type
"cvars" "g" //Change cvars
"configs" "h" //Run config files
"chat" "i" //See dead/team chat and chat with other admins
"votes" "j" //Display votes
"password" "h" //Change server password
"rcon" "i" //Use RCON
"root" "z" //All permissions
*
*
* Examples:
* "STEAM_0:1:16" "bce" //kick, ban, slay for this steam ID
* "127.0.0.1" "z" //all permissions for this ip
* "BAILOPAN" "abc" "Gab3n" //name BAILOPAN, password "Gab3n": gets reservation, kick, ban
*
***************************************/
"127.0.0.1" "z"