[NEW] Added command to give players drinks + new aliases
Added command aliases "gamblebar" and "bar".
Users can now give players a drink from the bar via command, "gamble give <name> <int>". For the integer, pick the index of the bar slot for which drink you want to give. (Starts at 0). Permission needed for command is "gamblebar.give".
You must re-generate your lang.yml file, or add the following lines manually.
Code (YAML):
#Gave a player a drink via command gaveDrink: "&6[&fGambleBar&6] &fSuccessfully gave a &c%drink% &fto &c%player%&f."
#You got a drink via admin/console command receivedDrink: "&6[&fGambleBar&6] &fYou have received a &c%drink% &ffrom the GambleBar!"
#That player cannot be found playerOffline: "&6[&fGambleBar&6] &cSorry, that player cannot be found!"