Skip to content

Releases: Despical/KOTL

v3.0.9

13 Nov 15:10
Compare
Choose a tag to compare
  • Fixed a bug about players that quit while in-game.

Full Changelog: 3.0.8...3.0.9

v3.0.8

11 Nov 10:59
Compare
Choose a tag to compare
  • Fixed when players quit the game their inventory is not restored properly.
  • Fixed when players quit and rejoin they are still in the game.
  • Fixed arena setup bugs.
  • Fixed some of the item tooltips not hidden in higher versions of the game.
  • Better KOTL API event calls, fixed potential issues.
  • Updated Commons library.

Full Changelog: 3.0.7...3.0.8

v3.0.7

10 Nov 09:38
Compare
Choose a tag to compare
  • Added option to set the amount of kit items.
  • Now hiding the tooltip of kit items.
  • Updated Command Framework to v1.5.12.

Full Changelog: 3.0.6...3.0.7

v3.0.6

02 Nov 13:26
Compare
Choose a tag to compare
  • Support for Minecraft 1.21.2 & 1.21.3.
  • Updated Commons, Command Framework, Inventory Framework and bStats libraries.
  • Improvements on the database and user systems.

Full Changelog: 3.0.5...3.0.6

v3.0.5

21 Aug 09:08
Compare
Choose a tag to compare
  • Updated Command Framework to v1.5.0.
  • Improvements on the commands.
  • Fixed help command does not have a description.

Full Changelog: 3.0.4...3.0.5

v3.0.4

17 Aug 09:32
Compare
Choose a tag to compare
  • Updated help command messages.

New Help Command Design

image

v3.0.3

12 Aug 14:58
Compare
Choose a tag to compare
  • Fixed command matcher not working.

Full Changelog: 3.0.2...3.0.3

v3.0.2

11 Aug 11:23
Compare
Choose a tag to compare
  • Support for Minecraft 1.21.1.
  • Updated Command Framework to v1.4.9.
  • Code based improvements.

Full Changelog: 3.0.1...3.0.2

3.0.1

11 Jul 11:27
Compare
Choose a tag to compare
  • Added 2 new stats: KILLS and DEATHS.
  • Added 2 new rewards for killing players and for death.
  • Now kit items will be unbreakable in MC 1.8.9 and lower.
  • Fixed command matcher system does not work properly in some cases.
  • Updated Commons to the latest available version.
  • Code based performance improvements.

Changes in messages.yml

Commands:
  Stats-Command:
    Header: "&l[-----YOUR STATS-----]"  
    Header-Other: "&l[-----STATS FOR %player%-----]"
    Messages:
      - "%header%"
      - "&8 * &fScore &a%score%"
      - "&8 * &fTours Played &a%tours_played%"
      - "&8 * &fKills &a%kills%"
      - "&8 * &fDeaths &a%deaths%"
      - "&l[--------------------]"

Changes in rewards.yml

Rewards:

  # This reward will be executed when player gets a kill.
  Kill: []

  # This reward will be executed if player dies.
  Death: []

Full Changelog: 3.0.0...3.0.1

3.0.0

10 Jul 09:38
Compare
Choose a tag to compare
  • Added option to allow players to pick up items in-game.
  • Updated Commons to latest.
    • Support for new added items in Minecraft 1.20+.
    • Support for new added sounds in Minecraft 1.17+.
  • Improvements on arena setup menu.

Changes in config.yml

# Should players can be able to pick up items in-game?
Pick-Up-Items: false

Full Changelog: 2.9.9...3.0.0