// ************************************************************************* // NOTE: MAKE SURE TO SET YOUR PASSWORDS BELOW // If the password is not set, you will not be able to log in // ************************************************************************* // ************************************************************************* // NOTE: The server must be fully restarted for changes to take effect // ************************************************************************* // Players may only log into a group with a password // votelevel controls the type of votes that each user group can call // these levels are setup in the "votes" block at the end of this file // ************************************************************************* // NOTE: Negative values for voteLevel are not currently supported // The default vote level is 0 // ************************************************************************* group Default { // This controls which votes a player within this group may issue voteLevel 1 } group Trusted { // This controls which votes a player within this group may issue password apassword voteLevel 2 } group Admin { password anypassword control { Default Trusted Admin } adminAddBot adminAdjustBots // this group is NOT allowed to edit bot_minClients, bot_uiNumGDF, bot_uiNumStrogg and bots skill (remove this entry or comment it out like i did) // adminBan adminChangeCampaign adminChangeMap adminExecConfig // adminDisableProficiency // this group is NOT allowed to edit si_noProficiency (enable/disable XP) (remove this entry or comment it out like i did) adminExecConfig // this group is NOT allowed to execute predefinied cfg's definied in usergroups.dat in 'configs' (remove this entry or comment it out like i did) // adminGlobalMute // this group is NOT allowed to edit si_disableGlobalChat (Text) (remove this entry or comment it out like i did) // adminGlobalVOIPMute // this group is NOT allowed to edit g_disableGlobalAudio (Voice) (remove this entry or comment it out like i did) adminKick adminPlayerMute adminPlayerVOIPMute // adminRestartCampaign // this group is NOT allowed to restart the campaign (remove this entry or comment it out like i did) adminRestartMap adminSetTeam adminSetTeamBalance // adminSetTeamDamage // adminSetTimeLimit adminShuffleTeams adminStartMatch adminWarn noBan noKick noMute noWarn voteLevel 4 } group SuperUser { password otherpassword // This sets which groups people in this group may move other people into control { Admin SuperUser Trusted Default } // these control the actions that can be carried out by this group adminKick adminBan adminSetTeam adminChangeCampaign adminChangeMap adminGlobalMute // adminGlobalVOIPMute // currently unused adminPlayerMute // adminPlayerVOIPMute // currently unused adminWarn adminRestartMap adminRestartCampaign adminStartMatch adminExecConfig adminShuffleTeams adminAddBot adminDisableProficiency adminSetTimeLimit adminSetTeamDamage adminSetTeamBalance adminAdjustBots // these control what other groups may not do to users in this group noBan noKick noMute noWarn // This controls which votes a player within this group may issue voteLevel 5 } // This controls any configs which you may allow players to exec // they must be placed in the game's base/ folder configs { "Match" "match.cfg" "Public" "public.cfg" "cb 4on4" "cb4on4.cfg" "cb 6on6" "cb6on6.cfg" "eu 4on4pub" "eu4on4pub.cfg" "eu 6on6pub" "eu6on6pub.cfg" "asdf 6v6" "asdf6v6.cfg" "tlr 5on5" "tlr5on5.cfg" } // typing "listvotes" in the game console will list all existing votes and their vote level votes { "balancedteams" "4" // vote to enable/disable teamForceBalance "campaignreset" "4" // vote to restart the campaign "kickplayer" "2" // vote to kick a player "maprestart" "2" // vote to restart the map "muteplayer" "2" // vote to mute a player "noxp" "5" // vote to enable/disable upgrades "servermode" "1" // vote a cfg to be executed (specified in usergroups.dat in 'configs') "setcampaign" "1" // vote to change campaign in Campaign Mode or to change the RulesSet to Campaign "setobjectivemap" "1" // vote to change map in Objective Mode or to change the RulesSet to Objective "setstopwatchmap" "1" // vote to change map in StopWatch Mode or to change the RulesSet to StopWatch "setcompetitionmap" "1" // vote to change map in Competition Mode or to change the RulesSet to Competition "shufflerandom" "2" // vote to rebalance teams randomly "shufflexp" "2" // vote to rebalance teams by XP "swapteams" "2" // vote to swap teams "teamdamage" "4" // vote to enable/disable teamdamage "timelimit" "4" // vote to change the timelimit }