diff --git a/configs/admins_simple.cfg b/configs/admins_simple.cfg index 11b9a1d8..b48f3fff 100644 --- a/configs/admins_simple.cfg +++ b/configs/admins_simple.cfg @@ -39,7 +39,5 @@ * ***************************************/ -FastAdmins: -{ - "127.0.0.1" "z" -} +"127.0.0.1" "z" + diff --git a/configs/permissions.cfg b/configs/permissions.cfg index 971f4926..0a72a3be 100644 --- a/configs/permissions.cfg +++ b/configs/permissions.cfg @@ -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 { } }