Description
After a set number of rounds all players will switch to the opposite team.
[syntax="python"]#Set this value to the number of rounds you want to be played before players are swapped teams or the number of rounds won by a team if win_type == 2
maxrounds = 10
#If this is set to 1 it will swap teams when 10 rounds have passed. If set to 2 it will change teams after 10 rounds has been won by a sigle team
win_type = 1[/syntax]
*Default max rounds is 10
**Default win_type is 1
~J3ff