Changelog:
- Added RANDOMEVENTS_WINS objective type from RandomEvents plugin.
- Added section in config.yml to edit command aliases for the main /tournament command. You will need to add that to your config.yml file.
Code:# Command aliases to the main /tournament command # ** You will need to restart your server if you edit this list ** command_aliases: - xlt - tournaments
v3.0.9
Changelog:
- Added HEX colour codes (e.g. "#<9773ba>Hello World").
- Updated XMaterial to support materials in 1.16.5.
v3.0.8
Changelog:
- Fixed a bug where disabled worlds were not working properly.
- Fixed an error caused with automatic participation actions.
v3.0.7
Changelog:
- Fixed an issue where tournament scores were reset when /xlt reload or /reload was performed.
- Minor code improvements.
- Updated API with missing constructor to create custom objectives.
v3.0.6
Changelog:
- Added optional block whitelist to the break and place objectives allowing you to only count specific blocks. See more information here.
v3.0.5
Changelog:
- Fixed a bug where fishing tournaments would count without needing to catch a fish.
- Fixed a bug where crafting tournaments would either throw an error or give an incorrect result from the crafting table into the tournament.
- Added MYTHICMOBS_KILLS objective for the MythicMobs plugin.
v3.0.4
Changelog:
- Added new option in the config.yml file to exclude blocks placed by other players (for BLOCK_BREAK objective).
Code:# Should we exclude placed blocks from counting towards the BLOCK_BREAK objective? exclude_placed_blocks: true
v3.0.3
Changelog:
- Added 'DUELS_WINS' objective from Duels plugin.
- Added 'VOTINGPLUGIN_VOTES' objective from VotingPlugin plugin.
- Added 'disabled_gamemodes' option to tournaments to disable specific gamemodes from counting towards tournaments.
- Fixed bug where points would count after an event was already cancelled by WorldGuard (such as block break).
