Skip to content

Releases: Despical/KOTL

2.9.5

30 Apr 17:30
Compare
Choose a tag to compare
  • Added option to separate cooldowns based on different arenas.
  • Now cooldowns won't reset if players leave the server.

Config Changes

King-Settings:
  # Should players have different cooldowns for each arena they join?
  Separate-Cooldowns: true

Full Changelog: 2.9.4...2.9.5

2.9.4

25 Apr 09:18
Compare
Choose a tag to compare
  • Support for Minecraft 1.20.5.

Full Changelog: 2.9.3...2.9.4

2.9.3

21 Apr 10:38
Compare
Choose a tag to compare
  • Added option to count the cooldown outside the game, in case the cooldown bar option is enabled.
  • Fixed hunger not updating if "hunger" is added to unrestorable elements list in config.
  • Fixed "Cooldown-Bar" option can not be disabled due to option path is incorrect in the code.

Config Changes

King-Settings:
  # Should we count the cooldown if player is not in an arena and the option above is true?
  Count-Cooldown-Bar-Outside: false

Full Changelog: 2.9.2...2.9.3

2.9.2

19 Apr 16:53
Compare
Choose a tag to compare
  • Added 2 new options for king cooldowns.
  • Fixed some options' paths are wrong.
  • Fixed some bugs related to king cooldown.

Config Changes

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

  # Should we show the cooldown bar if player has cooldown and rejoins the arena again?
  Show-Cooldown-If-Rejoin: true

  # Should we reset players' cooldown, other than new king, when someone becomes king?
  Reset-Cooldowns-On-New-King: true

  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

Full Changelog: 2.9.1...2.9.2

2.9.1

18 Apr 10:30
Compare
Choose a tag to compare
  • 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

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

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

2.9.0

15 Apr 17:56
Compare
Choose a tag to compare
  • Added an option to change player's game mode to a custom game mode other than survival, when they enter an arena.
  • Added new attributes to not restore for inventory manager.
  • Fixed multiple instances breaks the plugin.

Resolved #18 and #19

Full Changelog: 2.8.9...2.9.0

2.8.9

14 Apr 09:55
Compare
Choose a tag to compare
  • Now empty messages won't be broadcasted to in-game players.
  • Updated CommandFramework, ParticleLib and Commons libraries.

Full Changelog: 2.8.8...2.8.9

2.8.8

06 Apr 12:22
Compare
Choose a tag to compare
  • Fixed particle effects not working on Minecraft 1.20 and higher versions.

Full Changelog: 2.8.7...2.8.8

2.8.7

04 Apr 09:46
Compare
Choose a tag to compare
  • Fixed particle effects not working on Minecraft 1.20 and higher versions.

Full Changelog: 2.8.6...2.8.7

2.8.6

29 Mar 13:21
Compare
Choose a tag to compare
  • Fixed wrong calculation of reward delay. (Resolved #15)

Full Changelog: 2.8.5...2.8.6

Special thanks to @capubara