- Added option to update players' longest survive statistic only when they win.
- Updated '/tntrun stats' command's content.
- Fixed NPEs when players leave mid-game.
- Fixed shift click bugs in arena setup menu.
- Now most of the messages support PAPI placeholders.
Changes in config.yml
Code (YAML):
# Should we only update players' longest survive statistic when they win?
Longest-Survive-On-Wins
: false
Changes in messages.yml
Code (YAML):
player-commands:
stats-command:
header
:
"&l[-----YOUR STATS-----]"
header-other
:
"&l[-----STATS FOR %player%-----]"
messages
:
-
"%header%"
- "&8 • &fTotal Wins
:
&a%wins%"
- "&8 • &fTotal Loses
:
&a%loses%"
- "&8 • &fTotal Coins
:
&a%coins%"
- "&8 • &fLongest Survive
:
&a%longest_survive%"
- "&8 • &fGames Played
:
&a%games_played%"
-
"&l[--------------------]"
Full Changelog:
2.5.4...2.5.5