v2.6.9
- Added Oraxen support for the items in the items.yml file.
- Added option to glow items in the items.yml file.
- Added option to enable PVP in-game, damaging can not be enabled.
- Added option to block using commands in-game.
- Players can execute whitelisted commands.
- Players that have
tntrun.command.override
permission can execute any command in-game.
- Updated TNT Run API events.
- Added
PlayerEliminatedEvent
that gets called when a player dies in-game. - Added more detailed documentation to API events.
- Fixed summary message not working as expected.
- Fixed sending summary message even the arena forced to stop.
- Fixed a bug about the leave item.
- Updated command descriptions.
Changes in the config.yml
# Should we block commands that are not associated with MM?
Block-Commands: true
# Put 'exact:command here' to check for the exact command name.
# By default, we'll check if the executed command starts with any command in the list.
Whitelisted-Commands: []
# Should we allow players to hit others? (Damaging can not be enabled.)
PVP-Disabled: true
Changes in the messages.yml
player-commands:
only-command-is-leave: "&cYou can only use /tntrun leave command while playing TNT Run!"
Changes in the items.yml
items:
double-jump:
name: "&a&lDouble Jump"
# Custom-modeled items by the Oraxen plugin are supported.
# To use them, simply replace the material with oraxen:item_id_here.
material: FEATHER
slot: 0
# Should this item has a glowing effect?
# This option is optional and is false by default.
glow: false
Full Changelog: 2.6.8...2.6.9