Changes:
- added wins statistic (for 1vs1 wins)
- you can now change the head item from the 1vs1 and ffa queue armor stand
- added synonyms for the QueueTypes in the setup process
- added error message when you try to start an 1vs1 game and the plugin can not get the kit from the players
- recoded the hologram and actionbar classes
You can now use the
%wins% placeholder in the scoreboard and hologram.
Important:
If you use mysql please perform this sql statement to add the new wins column:
Code (Text):
ALTER TABLE kp_stats
ADD wins int(10);