I've optimized the plugin, added a check to see if there is an update available. And added custom command calls after (each round, ending the game) and for the winner.
If you have previous version of plugin please remove Config.yml or add this lines:
Code (Text):
#Set the commands to be executed after completing the round. Avaible variable: %player%
CommandsOnThePassRound:
- msg %player% you pass the round!
- eco give %player% 1
#Set the commands to be executed when the game ends
CommandsOnTheEndGame:
- msg %player% the end of game
#Set the commands to be performed for the winner of the arena
CommandsForTheWinner:
- eco give %player% 10