- There was an issue with "default" drink slots not being able to be set as filler items. This is now fixed. Note: Please make sure the "name" field of inventory filler items are " ".
- There was a small error in the last update that lead to a console error log. This did not impact functionality, but it did spam the console with annoying errors. This should be fixed now.
- Strings in messages.yml that are set to empty will no longer send a message to players at all.
- If the reward of a drink is 0, no cash reward message will be sent.
- Added a blacklist to prevent certain worlds from players being able to consume GamleBar drinks.
- Add the following line to config.yml or regenerate the file.
YAML:# This is a list of worlds that drinking a GambleBar potion will not work in blacklistWorlds: - "world_nether" - "test_world"
- Add the following line to messages.yml or regenerate the file.
YAML:# Sent when a player tries to consume a drink in a blacklisted world blacklistedWorld: "&c&lSorry&7, you cannot gamble in this world!"
- When there is a new update out, admins will get an in-game message to alert them. Players with the permission "gamblebar.admin.updates" will get the alert upon login.
- Please add the following line to your config.yml or regenerate your config.yml.
YAML:updateAlerts: true
- Please add the following line to your messages.yml or regenerate it.
YAML:updateNeeded: "\n&b&lGambleBarPro &f- Version &c%newVersion% &fis out - you are still running version &c%currentVersion%&f!\n "
- To all my users, I apologize for my absence from Spigot, but I'm now done with school and have more time to focus on my plugins. More updates coming soon.
- Added bStats data collection to this plugin.
- As seen in the image below, filler items can now be added to bar inventories, to give them a more pleasing look.
![]()
- As you can see in the config, to add a filler item, it must look like this in the config. If I wanted to place a red stained glass pane in the first slot of a bar inventory, I would put this in the "inventory" section of the config for that specific bar.
Code:0: name: " " item: STAINED_GLASS_PANE data: 14
