- Added EXCELLENTCRATES_OPEN objective for Excellent Crates
- Fixed an issue where the X-Prison objective wasn't registered properly.
- Fixed an issue with using color codes in the GUI items.
- Moved some methods into a new library [Included in the jar file no extra steps needed]
- Fixed an issue where the adventure library was not properly shaded into the plugin causing load errors.
New Entry:
- Added the ability to hide completed tournaments from the menu.
This new config entry needs to be placed in your menu.yml file
YAML:# Should tournaments that have ended be displayed in the menu hide_completed_tournaments: false
- Fixed an issue with italic formatted messages.
- Fixed an issue where the clear player message was blank by default.
- General code cleanup & improvements.
New Configuration Entries:
- Improved some error handling.
- Improved some internal methods [Very slightly]
- Cleaned up a lot of internal code.
- Added new /tournament end {tournament} command.
With this update there are two new lines that need to be added in the messages.yml file under the tournaments section.
YAML:stopped: "{PREFIX} &cYou have stopped the {TOURNAMENT} tournament." already_stopped: "{PREFIX} &cThat tournament is not currently active."
