@@ -10,12 +10,11 @@ pug_allow_overtime "1" // Allow Overtime (If zero, the game can end tied)
1010pug_intermission_time "10.0" // Time to reset pug after game ends
1111pug_allow_spectators "1" // Allow Spectators to join in server
1212pug_allow_hltv "1" // Allow HLTV in pug
13- pug_retry_time "20.0" // Time to player wait before retry in server (0.0 disabled)
14- pug_ban_leaver_time "0" // Time to ban player if he leaves on a live match (0 disabled)
13+ pug_ban_leaver_time "5" // Minutes to ban player if he leaves on a started pug (0 disabled)
1514
1615pug_force_ready_time "0.0" // Force a player to be ready in that time (If zero, this function will be inactive)
17- pug_force_ready_kick "0" // Kick Un-Ready players (If zero, the players will be put as ready automatically)
18- pug_force_auto_swap "1" // Auto Swap teams without Ready-System if the teams are complete
16+ pug_force_ready_kick "0" // Kick not ready players (If zero, the players will be put as ready automatically)
17+ pug_force_auto_swap "1" // Auto Swap teams without Ready-System if teams are complete
1918
2019pug_force_restart "1" // Force a restart when swap teams
2120pug_switch_delay "5.0" // Delay to swap teams after Half-Time start
@@ -25,7 +24,7 @@ pug_show_money "1" // Display the money of team in every respawn
2524
2625pug_vote_delay "15.0" // How long voting session goes on
2726pug_vote_percent "0.4" // Difference between votes to determine a winner
28- pug_vote_map_enabled "1" // Active vote map in pug
27+ pug_vote_map_enabled "1" // Active vote map in pug (0 = Disable, 1 = Enable, 2 = Change to a random map)
2928pug_vote_map_same "0" // Add the current map at vote map menu
3029pug_show_scores "0" // Show scores after vote maps
3130pug_teams_enforcement "0" // The teams method for assign teams (0 = Vote, 1 = Captains, 2 = Automatic, 3 = None, 4 = Skill)
@@ -41,4 +40,4 @@ pug_config_start "start.rc" // Executed when vote session starts
4140pug_config_live "esl.rc" // Used when the match begin (Live config)
4241pug_config_halftime "halftime.rc" // Used at half-time session
4342pug_config_overtime "esl-ot.rc" // Used at Overtime session
44- pug_config_end "end.rc" // Executed when the match ends
43+ pug_config_end "end.rc" // Executed when the match ends
0 commit comments