Fixed an error where it tried to queue a reward for tournaments that have already ended.
Added a config option to the tournament files that allow you to make the blocks traveled tournament not count blocks traveled while flying.
![]()
add this config option to the tournament config file:
Code:disable-flying: false
Fixed a bug where translated words got translated even if the translation key was in the middle of another word.
Added the option to send reward commands for every participant in a tournament when it ends.
You can do this by adding:
to the tournament file.Code:reward: all: - "give %player% stone 1"
![]()
Added a way for server owners to add info items to the tournament menu.
This can be done like this:
With the custom: item being the item in question.Code:gui: tournaments: size: 18 title: '&8Tournaments' filler: material: STAINED_GLASS_PANE data: 7 custom: material: STAINED_GLASS_PANE data: 7 displayname: "Custom Item" lore: - "Custom Item lore" slots: - 9
The identifier for the item can be anything you wish it to be.
If you set the display-name to %hidden%, then it will have no name, like a filler item.
![]()
