- 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.
Code (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.
Code (YAML):
# Sent when a player tries to consume a drink in a blacklisted world
blacklistedWorld
:
"&c&lSorry&7, you cannot gamble in this world!"