Adding an option to extend the game time depending on the total number of goals.
For example:
duration: 10
durationMultiplayerPerGoalTotal: true
In this case, if a total of 4 goals are scored in the match, it will extend its time by 40 seconds. If 0 it should just not work.
or
duration: 10
durationMultiplayerPerGoalBlue: true
durationMultiplayerPerGoalRed: false
In this case, if a total of 4, but only 3 scored by the Blue Team, it will extend its time by 30 seconds.
Adding an option to extend the game time depending on the total number of goals.
For example:
duration: 10durationMultiplayerPerGoalTotal: trueIn this case, if a total of 4 goals are scored in the match, it will extend its time by 40 seconds. If 0 it should just not work.
or
duration: 10durationMultiplayerPerGoalBlue: truedurationMultiplayerPerGoalRed: falseIn this case, if a total of 4, but only 3 scored by the Blue Team, it will extend its time by 30 seconds.