Added an Status Block in the inventory that will show the status of the roulette(if you can bet, in how much time the roulette will start, if the game is started)
The Block is fully configurable
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_id: "GOLD_BLOCK" status_no_bet: "&eNo one is betting" status_timer: "&aThe game starts in: &b%time%" status_running: "&cThe game is running, please wait"