Created
May 25, 2017 11:26
-
-
Save KulaGGin/3d27239d48cf43b589a1ccef07ed847b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///////////////////////////////////////////////////////////////////////////////////////////// | |
//// Valid access levels are as follows | |
//// startvote - not used | |
//// changemap | |
//// pause - Pause server gameplay | |
//// cheat - Use server cheat commands | |
//// private - Password protect server | |
//// balance - Group Ignores server team balance | |
//// chat - Admin chat and Server broadcast | |
//// kick | |
//// ban | |
//// config - Change server config | |
//// cameraman - Admin spectate mode | |
//// immunity - Cannot be kicked / banned | |
//// manageserver - Shutdown server | |
//// featuretest - Any features added for testing by dev team | |
//// reserve - Reserve slot | |
//// demos - Record Demos (not working) | |
//// debug - show admin stats command and other debugging info | |
//// teamchange - No timer limits on team change | |
///////////////////////////////////////////////////////////////////////////////////////////// | |
///////////////////////////////////////////////////////////////////////////////////////////// | |
// The Format for adding groups is: | |
// Group=<Group Name>:<Permission 1>,<Permission 2>,<Permission 3> | |
// | |
// For example: | |
// Group=MyGroup: pause, demos, changemap | |
// | |
// The groups below are the defaults, add to or change them as needed: | |
///////////////////////////////////////////////////////////////////////////////////////////// | |
Group=ClanPlayer: balance, teamchange | |
///////////////////////////////////////////////////////////////////////////////////////////// | |
// The format for adding admins is: | |
// Admin=<Steam ID #>:<Group Name> | |
// | |
// For example: | |
// Admin=123456:Admin // Adam the admin | |
// Admin=654321:Moderator // Molly the moderator | |
// | |
// Add your own below: | |
///////////////////////////////////////////////////////////////////////////////////////////// | |
Admin=76561198272225539:ClanPlayer // Talahasee | |
Admin=76561198053799151:ClanPlayer // Constantine | |
Admin=76561198081845538:ClanPlayer // Шматко | |
Admin=76561198005398318:ClanPlayer // Креведко | |
Admin=76561198129212320:ClanPlayer // Bazznuk | |
Admin=76561198217988943:ClanPlayer // KoTоФeЙ | |
Admin=76561198160761193:ClanPlayer // Gornyak | |
Admin=76561198018475418:ClanPlayer // Digris | |
Admin=76561198028260714:ClanPlayer // Aibo | |
Admin=76561198124773316:ClanPlayer // Dadaz | |
Admin=76561198049359170:ClanPlayer // Kirication | |
Admin=76561198015925425:ClanPlayer // Следопыт | |
Admin=76561198007731093:ClanPlayer // Make me smile^ | |
Admin=76561198205816507:ClanPlayer // CROSSFORCES | |
Admin=76561198036618985:ClanPlayer // Degresse | |
Admin=76561198022574494:ClanPlayer // KorzhMan | |
Admin=76561198265402682:ClanPlayer // Silver | |
Admin=76561198181012519:ClanPlayer // RussKill | |
Admin=76561197993409850:ClanPlayer // zerc | |
Admin=76561198267648795:ClanPlayer // Солдатик |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment