configuration reorg
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40346
This commit is contained in:
parent
ef2bc1aa60
commit
8d7f5d8c05
@ -1,54 +1,3 @@
|
|||||||
/**
|
|
||||||
* Use this section to tweak admin permission levels and groupings.
|
|
||||||
* You can also define admin roles in this section.
|
|
||||||
*/
|
|
||||||
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
|
|
||||||
{
|
|
||||||
"reservation" "a"
|
|
||||||
"kick" "b"
|
|
||||||
"ban" "c"
|
|
||||||
"unban" "d"
|
|
||||||
"slay" "e"
|
|
||||||
"changemap" "f"
|
|
||||||
"cvars" "g"
|
|
||||||
"configs" "h"
|
|
||||||
"chat" "i"
|
|
||||||
"vote" "j"
|
|
||||||
"password" "h"
|
|
||||||
"rcon" "i"
|
|
||||||
|
|
||||||
//Custom flags START
|
|
||||||
//Custom flags END
|
|
||||||
|
|
||||||
//Note - root is a magic access flag that grants all permissions.
|
|
||||||
"root" "z"
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* By default, commands are registered with three pieces of information:
|
|
||||||
* 1)Command Name (for example, "csdm_enable")
|
|
||||||
* 2)Command Group Name (for example, "CSDM")
|
|
||||||
* 3)Command Level (for example, "changemap")
|
|
||||||
* You can override the default flags assigned to individual commands or command groups in this way.
|
|
||||||
* To override a group, use the ":" character before the name. Example:
|
|
||||||
* Examples:
|
|
||||||
* ":CSDM" "i" // Override the CSDM group
|
|
||||||
* "csdm_enable" "j" // Override the csdm_enable command
|
|
||||||
* Note that for overrides, order is important. In the above example, csdm_enable overwrites
|
|
||||||
* any setting that csdm_enable previously had.
|
|
||||||
*/
|
|
||||||
Overrides
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Groups
|
Groups
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
50
configs/admins_levels.cfg
Normal file
50
configs/admins_levels.cfg
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
/**
|
||||||
|
* Use this section to tweak admin permission levels and groupings.
|
||||||
|
* You can also define admin roles in this section.
|
||||||
|
*/
|
||||||
|
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
|
||||||
|
{
|
||||||
|
"reservation" "a"
|
||||||
|
"kick" "b"
|
||||||
|
"ban" "c"
|
||||||
|
"unban" "d"
|
||||||
|
"slay" "e"
|
||||||
|
"changemap" "f"
|
||||||
|
"cvars" "g"
|
||||||
|
"configs" "h"
|
||||||
|
"chat" "i"
|
||||||
|
"vote" "j"
|
||||||
|
"password" "h"
|
||||||
|
"rcon" "i"
|
||||||
|
|
||||||
|
//Custom flags START
|
||||||
|
//Custom flags END
|
||||||
|
|
||||||
|
//Note - root is a magic access flag that grants all permissions.
|
||||||
|
"root" "z"
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* By default, commands are registered with three pieces of information:
|
||||||
|
* 1)Command Name (for example, "csdm_enable")
|
||||||
|
* 2)Command Group Name (for example, "CSDM")
|
||||||
|
* 3)Command Level (for example, "changemap")
|
||||||
|
* You can override the default flags assigned to individual commands or command groups in this way.
|
||||||
|
* To override a group, use the ":" character before the name. Example:
|
||||||
|
* Examples:
|
||||||
|
* ":CSDM" "i" // Override the CSDM group
|
||||||
|
* "csdm_enable" "j" // Override the csdm_enable command
|
||||||
|
* Note that for overrides, order is important. In the above example, csdm_enable overwrites
|
||||||
|
* any setting that csdm_enable previously had.
|
||||||
|
*/
|
||||||
|
Overrides
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user