Added a option that you can set when the player exit the Bet GUI the Bet Item will be removed from his inventory('delete_after_bet' in config)
When you drop the Bet Item it will be removed
Added a command for removing the Bet Item, /bet remove (superbet.command.remove)
If you make a plugin update you need to put this lines in config to make it work:
Code (YAML):
# The message that the player gets when he execut /bet remove to remove the bet item form his inventory remove_item: "&eThe item was removed from your inventory!" # If you want when the player close the Bet Inventory to be removed the Bet Item from their inventory delete_after_bet: false