Releases: Despical/KOTL
Releases · Despical/KOTL
v3.0.9
v3.0.8
- 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
- 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
- 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
- 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
v3.0.3
- Fixed command matcher not working.
Full Changelog: 3.0.2...3.0.3
v3.0.2
- 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
- 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
- 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