- Added an option in the config to let soccer win after a set period of time
instead of after a certain number of goals are reached. To enable this option, the soccer.game-max-time must be set to a positive number of seconds, it will then ignore the soccer.point-win-threshold entry. You can use the new
%timer% placeholder in the soccer messages, such as in the action bar.
This adds the following lines to the config:
Code (Text):
soccer: #add the following to the soccer section
game-max-time: -1 #Units of seconds. If this is set, the game will end on the timer INSTEAD of when the point-win-threshold is reached.