// ************************************************************************* // NOTE: MAKE SURE TO SET YOUR PASSWORD 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 Members { // This sets which groups people in this group may move other people into control { Default Members } // these control the actions that can be carried out by this group // adminKick // adminBan // adminSetTeam // adminChangeCampaign // adminChangeMap // adminGlobalMute // adminGlobalVOIPMute // adminPlayerMute // adminPlayerVOIPMute // 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 quietLogin // This controls which votes a player within this group may issue voteLevel 2 } group Moderator { // This sets which groups people in this group may move other people into control { Default Members Moderator } // these control the actions that can be carried out by this group adminKick // adminBan // adminSetTeam adminChangeCampaign // adminChangeMap adminGlobalMute adminGlobalVOIPMute adminPlayerMute adminPlayerVOIPMute 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 quietLogin // This controls which votes a player within this group may issue voteLevel 3 } group Job { // This sets which groups people in this group may move other people into control { Default Members Moderator Job } // these control the actions that can be carried out by this group adminKick // adminBan adminSetTeam adminChangeCampaign adminChangeMap adminGlobalMute adminGlobalVOIPMute adminPlayerMute adminPlayerVOIPMute 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 quietLogin // This controls which votes a player within this group may issue voteLevel 4 } group Officer { // This sets which groups people in this group may move other people into password admin // configs { // "Kill_Flyers" "kill_flyers.cfg" // "Restore_Flyers" "restore_flyers.cfg" // "Kill_Heavies" "kill_heavies.cfg" // "Restore_Heavies" "restore_heavies.cfg" // } control { Default Members Moderator Job Officer } // these control the actions that can be carried out by this group adminKick adminBan adminSetTeam adminChangeCampaign adminChangeMap adminGlobalMute adminGlobalVOIPMute adminPlayerMute adminPlayerVOIPMute adminWarn adminRestartMap adminRestartCampaign adminStartMatch adminExecConfig adminShuffleTeams adminAddBot adminDisableProficiency adminSetTimeLimit adminSetTeamDamage adminSetTeamBalance adminAdjustBots adminpause adminunpause admincointoss // these control what other groups may not do to users in this group noBan noKick noMute noWarn quietLogin // This controls which votes a player within this group may issue voteLevel 5 } group VIP { // This sets which groups people in this group may move other people into control { Default Members } // these control the actions that can be carried out by this group //adminKick //adminBan //adminSetTeam adminChangeCampaign adminChangeMap //adminGlobalMute //adminGlobalVOIPMute //adminPlayerMute //adminPlayerVOIPMute //adminWarn adminRestartMap adminRestartCampaign adminStartMatch adminExecConfig //adminShuffleTeams adminAddBot // adminDisableProficiency adminSetTimeLimit // adminSetTeamDamage adminSetTeamBalance adminAdjustBots //adminpause //adminunpause admincointoss // these control what other groups may not do to users in this group noBan noKick noMute //noWarn //quietLogin // 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 { "Kill_Flyers" "kill_flyers.cfg" "Restore_Flyers" "restore_flyers.cfg" "Kill_Heavies" "kill_heavies.cfg" "Restore_Heavies" "restore_heavies.cfg" } // typing "listvotes" in the game console will list all existing votes and their vote level votes { "balancedteams" "5" // vote to enable/disable teamForceBalance "campaignreset" "4" // vote to restart the campaign "kickplayer" "3" // vote to kick a player "maprestart" "4" // vote to restart the map "muteplayer" "3" // vote to mute a player "muteplayervoip" "3" // vote to mute a player chat "noxp" "5" // vote to enable/disable upgrades "servermode" "4" // vote a cfg to be executed (specified in usergroups.dat in 'configs') "setcampaign" "3" // vote to change campaign in Campaign Mode or to change the RulesSet to Campaign "setobjectivemap" "4" // vote to change map in Objective Mode or to change the RulesSet to Objective "setstopwatchmap" "4" // vote to change map in StopWatch Mode or to change the RulesSet to StopWatch "shufflerandom" "3" // vote to rebalance teams randomly "shufflexp" "3" // vote to rebalance teams by XP "swapteams" "5" // vote to swap teams "teamdamage" "5" // vote to enable/disable teamdamage "timelimit" "4" // vote to change the timelimit }