Discord: mrdespical
2.9.0
- Added new options to customize king settings.
- Fixed fireworks damage players if they explode in a block.
- Fixed some of the config options not updating properly.
- Fixed rewards throw exception in some cases.
- Fixed arena plate menu not centered in MC 1.20+.
- Now reward executions are going to be in the main thread, in case async option is enabled.
- Now async option is disabled by default.
Config Changes
Code (YAML):
King-Settings
:
# Should we allow players to become king in a row?
Become-King-In-A-Row
: false
# Should we prevent players to become king again without a delay?
Cooldown
: 5
# The permission to override king cooldown.
Cooldown-Override-Perm
:
""
# Should we apply an action bar message that displays current cooldown of player?
Cooldown-Bar
: true
# Should we apply the cooldown to the king when there is only one player in the arena?
Cooldown-When-Alone
: false
Remove-Cooldown-On
:
# Should we remove player's becoming king cooldown when they join an arena, if they have?
Join
: false
# Should we remove player's becoming king cooldown when they leave an arena, if they have?
Leave
: false
Message File Changes
Code (YAML):
In-Game:
Cooldown-Format
:
"&6COOLDOWN &8&l[%progress%&8&l] &6%time%s"
Special thanks to
@homerek111 for their contributions.
Full Changelog:
2.9.0...2.9.1