Added support for the TEBlockExplode Event in regards to block-break tournaments.
Added the translations.yml file which will contain the translation of certain things that don't have an option in other configs.
A bug was occurring in the previous update when you didn't have XLAutoMiner installed. It has now been fixed.
Disabled blocks from counting towards any tournaments if the broken block is a placed block from the current server session.
Added material-data and skull-owner config options to allow you to set up the tournament display item as a player skull or monster skulls.
![]()
Added the option to stop the player's playtime from going up when the player is currently inside an XLAutoMiner AutoMine room.
This can be enabled/disabled in the tournament files.
![]()
Added support for MythicMobs in the form of a new TournamentType: ENTITY_KILL_MYTHICMOBS. This tournament type functions the same as ENTITY_KILL with the only difference being that you need to use the %score% placeholder and not the %entitykills% placeholder.
An example of this tournament gets generated by default.
Fixed some smaller bugs.
Fixed an NPE error that occurs because I forgot a null check before getting the entity killers world.
Added a feature to allow server owners to blacklist worlds, which would disable any score counting for players in that world. For supported tournaments.
Added a feature to allow server owners to whitelist WorldGuard regions, this allows for precise control of where a tournament is held. Leaving the region-whitelist as empty will allow score counting in all regions.
![]()
Added the ability to use the %player% placeholder in tournament display names and lore to display the viewing player's name.
Added the option to make the tournament item glow by adding
to the tournament file.Code:glow: true
![]()
Fixed so %start% and %end% placeholders can be used in tournament display names.
Changed the tournament item identification method to NBT Storage.
Fixed a bug where it stored playtime without resetting session time basically doubling the playtime.
