Made the Status Block to change, if no one bet it will be a Emerald Block, if the game will start it will be a Gold Block and if the game is running it will be a Redstone Block
Every block is made customizable in config.yml
Fixed some bugs
If you make a plugin update you need to add this lines in config.yml to make it work:
Code (YAML):
# Set a block in the inventory that will show the timer status(in how much seconds the game will start, if the timer is not started), (%time% - the time remained) status_no_bet_id: "EMERALD_BLOCK" status_no_bet: "&eNo one is betting" status_timer_id: "GOLD_BLOCK" status_timer: "&aThe game starts in: &b%time%" status_running_id: "REDSTONE_BLOCK" status_running: "&cThe game is running, please wait"