Made it so commands are queued if the associated player is not online. Queue persists through server restarts.
Added the option to add "reward" commands that will be run by the server when a tournament ends.
![]()
This needs to be added inside the tournament file.
Code:reward: commands: - "give %first_place_name% stone 30" - "give %second_place_name% stone 20" - "give %third_place_name% stone 10"
Added the option to turn on automatic participation for tournaments by setting
in the tournament configuration file.Code:automatic-participation: true
![]()
Added a command to change the show value of a tournament. Used to hide/show tournaments to users.
/xlt show <tournamentId> <true/false>
Added the %start% and the %end% placeholder to tournament lore. It is used to show the day and month.
