- 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
Code (YAML):
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
Code (YAML):
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