Added a command that allows administrators to remove the data of a player from a tournament.
Command: /xlt remove <player> <tournamentId>
Permission: xltournaments.admin
Added the config option
to the tournament config files.Code:disable-vehicles: false/true
This is used to disable the counting of blocks traveled for the BLOCKS_TRAVELED tournament type. Set it to true to ignore blocks traveled while mounted on a vehicle.
![]()
Fixed an NPE related to Session join time.
Added extra configuration regarding the glow effect on tournament display items.
You can now set the glow value depending on the tournament status.
![]()
The glow: false parameter overrides the state-specific booleans if set to true.
You can now restart your tournaments automatically through a configuration option!
This can be enabled by adding the line:
to your tournament configuration file.Code:restart-on-end: true
![]()
