|
| 1 | +///////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | +//// Valid access levels are as follows |
| 3 | +//// startvote - not used |
| 4 | +//// changemap |
| 5 | +//// pause - Pause server gameplay |
| 6 | +//// cheat - Use server cheat commands |
| 7 | +//// private - Password protect server |
| 8 | +//// balance - Group Ignores server team balance |
| 9 | +//// chat - Admin chat and Server broadcast |
| 10 | +//// kick |
| 11 | +//// ban |
| 12 | +//// config - Change server config |
| 13 | +//// cameraman - Admin spectate mode |
| 14 | +//// immune - Cannot be kicked / banned |
| 15 | +//// manageserver - Shutdown server |
| 16 | +//// featuretest - Any features added for testing by dev team |
| 17 | +//// reserve - Reserve slot |
| 18 | +//// demos - Record Demos (not working) |
| 19 | +//// debug - show admin stats command and other debugging info |
| 20 | +//// teamchange - No timer limits on team change |
| 21 | +//// forceteamchange - Can issue the ForceTeamChange command |
| 22 | +//// canseeadminchat - This group can see the admin chat and teamkill/admin-join notifications |
| 23 | +///////////////////////////////////////////////////////////////////////////////////////////// |
| 24 | + |
| 25 | +///////////////////////////////////////////////////////////////////////////////////////////// |
| 26 | +// The Format for adding groups is: |
| 27 | +// Group=<Group Name>:<Permission 1>,<Permission 2>,<Permission 3> |
| 28 | +// |
| 29 | +// For example: |
| 30 | +// Group=MyGroup: pause, demos, changemap |
| 31 | +// |
| 32 | +// The groups below are the defaults, add to or change them as needed: |
| 33 | +///////////////////////////////////////////////////////////////////////////////////////////// |
| 34 | + |
| 35 | +Group=Admin:kick,ban,changemap |
| 36 | +Group=Moderator:kick,ban |
| 37 | + |
| 38 | +///////////////////////////////////////////////////////////////////////////////////////////// |
| 39 | +// The format for adding admins is: |
| 40 | +// Admin=<Steam ID #>:<Group Name> |
| 41 | +// |
| 42 | +// For example: |
| 43 | +// Admin=123456:Admin // Adam the admin |
| 44 | +// Admin=654321:Moderator // Molly the moderator |
| 45 | +// |
| 46 | +// Add your own below: |
| 47 | +///////////////////////////////////////////////////////////////////////////////////////////// |
0 commit comments