Skip to content
chaseoes edited this page Jan 2, 2013 · 1 revision

The default configuration for TF2 can be found below:

countdown: 10
capture-timer: 5
autostart-percent: 50
donor-button-noperm: '&eYou do not have permission to use that button!'
afk-timer: 60
killstreaks: 5
update-checking: true
update-channel: stable
potioneffects-after-start: true
gamemode: adventure
killsound:
  sound: CAT_HIT
  volume: 20
  pitch: -20

The rest of the configuration is classes. If you need information on setting up and configuring classes, see this page.

Configuration Explained

countdown: 10 This is the countdown time (in seconds) for when a game starts.

capture-timer: 5 This is the amount of seconds players must stand on capture points to capture them.

autostart-percent: 50 This is the percent of players (out of the playerlimit for the map) required to start the game.

donor-button-noperm: '&eYou do not have permission to use that button!' A custom message (color codes accepted) to show players when they don't have permission to use a donor only class button.

afk-timer: 60 The amount of time players must be AFK to be kicked from the game.

killstreaks: 5 The interval in which players get killstreaks (e.g. a killstreak will occur every 5 kills).

update-checking: true Enable automatic update checking.

update-channel: stable The channel in which you would like to be notified of updates in. Valid values are stable, beta, and dev.

potioneffects-after-start: true This will prevent players from being applied the potion effects given to their class until the game starts.

gamemode: adventure The gamemode players are put in when they join. Valid values include adventure, survival, and creative.

killsound: The sound played when you make a kill. A valid list of sounds can be found here.

Clone this wiki locally