Hoppers will no longer get "stuck" when they attempt to suck items out of a chest etc, while the first item in the chest is blacklisted/not whitelisted. Instead, it will now attempt to get one of the remaining items from the chest, respecting your world's "hopper-amount" setting in spigot.yml
Added option to require an empty hand + shift-rightclick instead of a custom item to open the GUI. Please add this to your items.yml if you want to use this feature:
Code (YAML):
# When you set "require-custom-item" to false, you can force players to # have an empty hand to open the GUI when using shift+right-click. # It's recommended to enable this when not requiring a custom item, # because otherwise players cannot place blocks against hoppers anymore. require-empty-hand: false
- Also added a new config option in "items.yml" to disable the requirement to use a custom item. Instead, you can simply use shift-right-click to open the GUI. If you wish to do so, simply set "require-custom-item: false" in your items.yml.
- Improved overall performance