Added the option to restrict bags being placed inside other bags or shulker boxes.
These new variables can be found in config.yml and lang.yml, after updating to 1.6.2.
Code (YAML):
# Can bags be put inside other bags?
bags-in-bags
: true
# Can bags be put inside shulkers?
# if 'false', hoppers cannot move bags.
bags-in-shulkers
: true
Code (YAML):
# Message sent if clicking on a bag item, while inside another bag.
bag-in-bag-error
: '&cBags cannot be put inside other bags.'
# Message sent if clicking on a bag item, while inside a shulker box.
bag-in-shulker-error
: '&cBags cannot be put inside shulker boxes.'
Fixed an issue causing debugging to debug every time a player right-clicked.