// // READ THIS CAREFULLY! SEE BOTTOM FOR EXAMPLES // // For each admin, you need three settings: // "identity" "permissions" "password" // // For the Identity, you can use a SteamID or Name. To use an IP address, prepend a ! character. // For the Permissions, you can use a flag string and an optional password. // // PERMISSIONS: // Flag definitions are in "admin_levels.cfg" // You can combine flags into a string like this: // "abcdefgh" // // If you want to specify a group instead of a flag, use an @ symbol. Example: // "@Full Admins" // // You can also specify immunity values. Two examples: // "83:abcdefgh" //Immunity is 83, flags are abcdefgh // "6:@Full Admins" //Immunity is 6, group is "Full Admins" // // Immunity values can be any number. An admin cannot target an admin with // a higher access value (see sm_immunity_mode to tweak the rules). Default // immunity value is 0 (no immunity). // // PASSWORDS: // Passwords are generally not needed unless you have name-based authentication. // In this case, admins must type this in their console: // // setinfo "KEY" "PASSWORD" // // Where KEY is the "PassInfoVar" setting in your core.cfg file, and "PASSWORD" // is their password. With name based authentication, this must be done before // changing names or connecting. Otherwise, SourceMod will automatically detect // the password being set. // //////////////////////////////// // Examples: (do not put // in front of real lines, as // means 'comment') // // "STEAM_0:1:16" "bce" //generic, kick, unban for this steam ID, no immunity // "!127.0.0.1" "99:z" //all permissions for this ip, immunity value is 99 // "BAILOPAN" "abc" "Gab3n" //name BAILOPAN, password "Gab3n": gets reservation, generic, kick // //////////////////////////////// "STEAM_0:0:178368512" "99:z" // Me "STEAM_0:0:39891109" "99:z" // MrE "STEAM_0:1:45518674" "99:z" // Moka "STEAM_0:1:194904537" "99:z" // Joycey "STEAM_0:1:20068813" "99:z" // Shemp "STEAM_0:1:20061254" "99:z" // Akela "STEAM_0:0:41233463" "99:z" // Soup "STEAM_0:0:22339417" "99:z" // Graslu "STEAM_0:0:13125907" "99:z" // Nam "STEAM_0:0:498687" "99:z" // Roadie "STEAM_0:0:28182484" "99:z" // E-S "STEAM_0:0:12802789" "99:z" // Bashe "STEAM_0:0:4297484" "99:z" // TZKK "STEAM_0:0:27171586" "99:z" // Blue "STEAM_0:0:45536213" "99:z" // AceKulpster "STEAM_0:0:38165134" "99:z" // CptLima "STEAM_0:1:1643525" "99:z" // Torn "STEAM_0:0:16595210" "99:z" // Mangley "STEAM_0:1:44569487" "99:z" // SuperHamster "STEAM_0:1:10968837" "99:z" // lynx "STEAM_0:0:66635248" "99:z" // silverwolf "STEAM_0:1:91337212" "99:z" // Spectra 1138 "STEAM_0:0:9441456" "99:z" // Tibb12 "STEAM_0:1:81013223" "99:z" // BarnicleBeauty "STEAM_0:1:220359788" "99:z" // Captainbkat "STEAM_0:0:121160514" "99:z" // NoisyButters "STEAM_0:0:532194540" "99:z" // Henya "STEAM_0:1:444895561" "99:z" // kindnessence "STEAM_0:0:99031642" "99:z" // infinitelysarah "STEAM_0:0:71030326" "99:z" // ironmouse "STEAM_0:1:518891308" "99:z" // akascarlet "STEAM_0:0:68510114" "99:z" // Zentreya "STEAM_0:1:64437197" "99:z" // Unstable Blondie "STEAM_0:0:68615792" "99:z" // Jace "STEAM_0:0:124762260" "99:z" // Yang "STEAM_0:0:461559765" "99:z" // Rose "STEAM_0:0:22033845" "99:z" // Gertheroy "STEAM_0:0:195248390" "99:z" // Fawks "STEAM_0:0:2477098" "99:z" // eiyaz "STEAM_0:0:85805112" "99:z" // Elvis "STEAM_0:0:33917531" "99:z" // caf "STEAM_0:1:25297597" "99:z" // Smith "STEAM_0:1:82158998" "99:z" // Rezzu "STEAM_0:1:19755988" "99:z" // Emilia "STEAM_0:0:22921796" "99:z" // T-Unit33 "STEAM_0:1:97788918" "99:z" // DoubleAgentSmith "STEAM_0:0:6015692" "99:z" // Luchador "STEAM_0:0:8897413" "99:z" // Kujo "STEAM_0:0:21153749" "99:z" // morphor "STEAM_0:1:19957286" "99:z" // Balch "STEAM_0:0:9407831" "99:z" // Adrian "STEAM_0:0:16485061" "99:z" // basstronix "STEAM_0:1:63298" "99:z" // Enzo "STEAM_0:0:15710213" "99:z" // GoldenZen "STEAM_0:0:13342340" "99:z" // Tweaklab "STEAM_0:1:8551038" "99:z" // MAJOR "STEAM_0:0:169042525" "99:z" // Kazan "STEAM_0:1:33593524" "99:z" // AdzyIn3D "STEAM_0:0:11428465" "99:z" // dr.N0 "STEAM_0:1:79538735" "99:z" // drdoak "STEAM_0:0:18287090" "99:z" // fleet1984 "STEAM_0:0:5678866" "99:z" // Mikeisha "STEAM_0:1:158142396" "99:z" // MrCoffeeStains "STEAM_0:1:21041834" "99:z" // Phimeek "STEAM_0:1:101453478" "99:z" // Rum "STEAM_0:0:79303196" "99:z" // snakeeater14475