- Players with the permission "gamblebar.admin.reload" may now use /bar reload to reload all the config files. Please add the following lines into messages.yml, or insert it directly into your messages file.
YAML:# Sent to the command sender when they successfully reload with config files with /bar reload configsReloaded: "&bGambleBarPro config files have been reloaded."
Added small feature request from @Golicraft . If the message "openedBar" is set to "" no message will be sent. (Before, a blank line would be sent.)
- This plugin should work perfectly fine on servers running MC version 1.16.1.
- Players can now get a "blindness" effect when they lose a drink, in addition to a "confusion" effect. Either regenerate the config.yml file or add the following lines manually.
YAML:# This number is how many seconds the blindness effect lasts when a player loses a drink. # Set to 0 to disable. blindnessEffect: 10
- The Command Sender will now recieve a message when they give a player a drink with the command, "/bar give <name> <barID> <item slot>".
- You must either regenerate your messages.yml file or add the line below manually.
YAML:# Sent to the command sender when they use the "/bar give" command # %drink% = the drink's name, %player% = the player they gave it to gaveDrink: "&fYou've given a &c%drink% &fto &c%player%&f."
