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