Added: The Auto-Pickup feature can now take items directly from your inventory, which allows compatibility with "Teleport Drops" effects, from plugins like
AdvancedEnchants and
EliteEnchants.
Added: Config value 'auto-pickup-inventory'. (Disabled by default)
Code (yml (Unknown Language)):
# Should Auto-Pickup put items from the inventory into the bag as well?
auto-pickup-inventory:
enabled: false
events:
onBlockBreak: true # For effect like "Teleport Drops" from AdvancedEnchants or EliteEnchants.
onItemPickup: true # To add existing items in the inventory to the bag.