
XLTournaments v3.17.12
Reward your players for participating in server-wide events!
- Update CrazyCrates & CrazyEnvoys
- Remove support for anything below 1.20
- Build against Java 21
- Fixed an issue where bulk crafting items wouldn't count in the crafting objective.
- Fix an issue with water bottle counting in the potion brew objective.
- Improve some internal logging.
- Possible fix for duplicating rewards on multiserver setups.
Added new HOURLY tournament timeline
- This timeline option will start and end the tournament on the hour and not an hour after it's started. This means a tournament starting at 1 PM will end at 2 PM and restart right afterward.
- Don't apply potion meta to all potions unless a potion tournament is enabled.
- Update Duels API
Read previous updates to see the changes made from v3.16.x -> v3.17.0
- Update MythicMobs api.
- Fix UnsupportedOperationException error sent when a tournament ends.
- Fixed an issue with invalid CrazyCrates API
- Fixed an issue with the item_whitelist in the PLAYER_CONSUME objective.
- Clear user data when the tournament is stopped. (May prevent duplicating rewards)
Possible fixes for tournament stop method being called repeatedly. This is not guaranteed to fix the problem but we've added in some logging methods to hopefully locate the issue. If you encounter any issues please open a ticket in our Discord.
- Fix incorrect name with CrazyEnvoys which caused tournament not to load.
THIS UPDATE IS A BETA AIMED AT FIXING A BUNCH OF VARIOUS ISSUES WITH THE PLUGIN. PLEASE TAKE A BACKUP OF YOUR XLTOURNAMENTS FOLDER BEFORE UPDATING. THERE ARE NO CONFIGURATION CHANGES.
Clear tournament participants when using the end command.
Call TournamentEndEvent at the start of the stop method to ensure data is not cleared before other plugins can listen.
Updated CrazyEnvoy & CrazyCrates API.
More possible fixes to broadcast spam.
Moved ActionManager back internally instead of being in external API
Some internal code cleanup & renaming.