new config file format
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40201
This commit is contained in:
parent
ef296710c6
commit
d7c3c577ed
@ -39,7 +39,5 @@
|
|||||||
*
|
*
|
||||||
***************************************/
|
***************************************/
|
||||||
|
|
||||||
FastAdmins:
|
"127.0.0.1" "z"
|
||||||
{
|
|
||||||
"127.0.0.1" "z"
|
|
||||||
}
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
* Commands - See the Permissions section.
|
* Commands - See the Permissions section.
|
||||||
*
|
*
|
||||||
* Example:
|
* Example:
|
||||||
Admin: "BAILOPAN"
|
"BAILOPAN"
|
||||||
{
|
{
|
||||||
"auth" "steam"
|
"auth" "steam"
|
||||||
"identity" "STEAM_0:1:16"
|
"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.
|
* Use this section to tweak admin permission levels and groupings.
|
||||||
* You can also define admin roles in this section.
|
* You can also define admin roles in this section.
|
||||||
*/
|
*/
|
||||||
Levels:
|
Levels
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* These are the default role flag mappings.
|
* These are the default role flag mappings.
|
||||||
* You can assign new letters for custom purposes, however you should
|
* You can assign new letters for custom purposes, however you should
|
||||||
* not change the default names, as SourceMod hardcodes these.
|
* not change the default names, as SourceMod hardcodes these.
|
||||||
*/
|
*/
|
||||||
Flags:
|
Flags
|
||||||
{
|
{
|
||||||
"reservation" "a"
|
"reservation" "a"
|
||||||
"kick" "b"
|
"kick" "b"
|
||||||
@ -78,22 +78,22 @@ Levels:
|
|||||||
* "CSDM" "i"
|
* "CSDM" "i"
|
||||||
* "csdm_enable" "j"
|
* "csdm_enable" "j"
|
||||||
*/
|
*/
|
||||||
Overrides:
|
Overrides
|
||||||
{
|
{
|
||||||
CommandGroups:
|
CommandGroups
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
Commands:
|
Commands
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Permissions:
|
Permissions
|
||||||
{
|
{
|
||||||
|
|
||||||
//Lastly, you can define groups for admins. This helps organize large admin lists.
|
//Lastly, you can define groups for admins. This helps organize large admin lists.
|
||||||
Groups:
|
Groups
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Allowed properties for a group:
|
* 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.
|
* "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.
|
* 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.
|
* You can override commands and command groups here.
|
||||||
@ -113,10 +113,10 @@ Permissions:
|
|||||||
* "CSDM" "allow"
|
* "CSDM" "allow"
|
||||||
* "csdm_enable" "deny"
|
* "csdm_enable" "deny"
|
||||||
*/
|
*/
|
||||||
CommandGroups:
|
CommandGroups
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
Commands:
|
Commands
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user