You can now choose yourself, in which containers the player can interact with bags.
New config.yml value:
Code (YAML):
# Which containers are the player allowed to interact with bags?
# Use this to prevent the player using bags in unintended ways, such as crafting.
# Full list of InventoryTypes: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/inventory/InventoryType.html
# Default: CRAFTING, HOPPER, PLAYER, CREATIVE
allowed-containers
:
- CHEST
- ENDER_CHEST
- BARREL
- SHULKER_BOX
- MERCHANT
Fixed incorrect config comments on 'bags-in-shulkers' after the last update.
Regardless of this setting, hoppers cannot move bags.