Usergroups.dat example

From ETQWPro Wiki Pages

Jump to: navigation, search
  • Change paswords.
  • You can add only 24 custom configs in total.
  • By default players can vote for stopwatch map and configs, and against abusive players
// example usergroups.dat for UNRANKED server made by an3k
// you can directly use this file without removing the description

group Default {      // all players are in this group by default, do NOT set a password, remove or rename this group!
  voteLevel  1
}

group SubAdmin {
  password  some_pass

  control {
    Default
    SubAdmin
}

//  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
//  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

  voteLevel  4
}

group Admin {
  password  some_power_pass      // password used to login into this group

  control {
    Default    // admins in this group are allowed to move players to the group specified here
    SubAdmin    // admins in this group are allowed to move players to the group specified here
    Admin    // admins in this group are allowed to move players to the group specified here
}

//  adminAddBot    // this group is allowed to add bots
//  adminAdjustBots    // this group is allowed to edit bot_minClients, bot_uiNumGDF, bot_uiNumStrogg and bots skill
  adminBan    // this group is allowed to ban players/bots (banning bots is useless!)
  adminChangeCampaign        // this group is allowed to change campaign
  adminChangeMap    // this group is allowed to change the map
  adminDisableProficiency        // this group is allowed to edit si_noProficiency (enable/disable XP)
  adminExecConfig    // this group is allowed to execute predefinied cfg's definied in usergroups.dat in 'configs'
  adminGlobalMute    // this group is allowed to edit si_disableGlobalChat (Text)
  adminGlobalVOIPMute        // this group is allowed to edit g_disableGlobalAudio (Voice)
  adminKick    // this group is allowed to kick players/bots
  adminPlayerMute    // this group is allowed to mute a player (Text)
  adminPlayerVOIPMute        // this group is allowed to mute a player (Voice)
  adminRestartCampaign        // this group is allowed to restart the campaign
  adminRestartMap    // this group is allowed to restart the map
  adminSetTeam    // this group is allowed to switch players to the other team
  adminSetTeamBalance        // this group is allowed to edit si_teamForceBalance
  adminSetTeamDamage        // this group is allowed to edit si_teamDamage
  adminSetTimeLimit        // this group is allowed to edit si_timelimit
  adminShuffleTeams        // this group is allowed to remix teams (by XP or Randomly)
  adminStartMatch    // this group is allowed to start a match (only usefull if si_adminStart = 1)
  adminWarn    // this group is allowed to warn players

  noBan      // admins in this group cannot be banned
  noKick      // admins in this group cannot be kicked
  noMute      // admins in this group cannot be muted
  noWarn      // admins in this group cannot be warned

  voteLevel  5        // this group is level 5 and is allowed to excute all votes smaller & equal to this number
}

configs {
 "Server.cfg" "server.cfg"
 "eu 4on4" "eu4on4.cfg"
 "eu 6on6" "eu6on6.cfg"
 "eu 4on4 public" "eu4on4pub.cfg"
 "eu 6on6 public" "eu6on6pub.cfg"

}

votes {
  "balancedteams"   "2"      // vote to enable/disable teamForceBalance
  "campaignreset"   "2"      // vote to restart the campaign
  "kickplayer"      "1"      // vote to kick a player
  "maprestart"      "1"      // vote to restart the map
  "muteplayer"      "1"      // vote to mute a player
  "noxp"            "2"      // vote to enable/disable upgrades
  "servermode"      "1"      // vote a cfg to be executed (specified in usergroups.dat in 'configs')
  "setcampaign"     "2"      // vote to change campaign in Campaign Mode or to change the RulesSet to Campaign
  "setobjectivemap" "2"      // 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
  "shufflerandom"   "1"      // vote to rebalance teams randomly
  "shufflexp"       "1"      // vote to rebalance teams by XP
  "swapteams"       "1"      // vote to swap teams
  "teamdamage"      "2"      // vote to enable/disable teamdamage
  "timelimit"       "2"      // vote to change the timelimit
}
Personal tools