new config file format

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40201
This commit is contained in:
David Anderson 2006-12-08 03:30:33 +00:00
parent ef296710c6
commit d7c3c577ed
2 changed files with 14 additions and 16 deletions

View File

@ -39,7 +39,5 @@
*
***************************************/
FastAdmins:
{
"127.0.0.1" "z"
}
"127.0.0.1" "z"

View File

@ -21,7 +21,7 @@
* Commands - See the Permissions section.
*
* Example:
Admin: "BAILOPAN"
"BAILOPAN"
{
"auth" "steam"
"identity" "STEAM_0:1:16"
@ -29,7 +29,7 @@
}
*
*/
Admins:
Admins
{
}
@ -38,14 +38,14 @@ Admins:
* Use this section to tweak admin permission levels and groupings.
* You can also define admin roles in this section.
*/
Levels:
Levels
{
/**
* These are the default role flag mappings.
* You can assign new letters for custom purposes, however you should
* not change the default names, as SourceMod hardcodes these.
*/
Flags:
Flags
{
"reservation" "a"
"kick" "b"
@ -78,22 +78,22 @@ Levels:
* "CSDM" "i"
* "csdm_enable" "j"
*/
Overrides:
Overrides
{
CommandGroups:
CommandGroups
{
}
Commands:
Commands
{
}
}
}
Permissions:
Permissions
{
//Lastly, you can define groups for admins. This helps organize large admin lists.
Groups:
Groups
{
/**
* Allowed properties for a group:
@ -103,7 +103,7 @@ Permissions:
* "immunity" - Specifies a group to be immune to. Use "*" for all or "" for users with no group.
* Note: You can use - to strip immunity from a group, in the case of inheritance.
*/
Group: "Sample"
"Sample"
{
/**
* You can override commands and command groups here.
@ -113,10 +113,10 @@ Permissions:
* "CSDM" "allow"
* "csdm_enable" "deny"
*/
CommandGroups:
CommandGroups
{
}
Commands:
Commands
{
}
}