This update fixes a crucial bug related to Hopper interaction with Shulker Boxes. Previously, the hopper-transfer value from the spigot.yml config was completely ignored, causing item transfers to always run every 8 ticks regardless of the configured value.
With this fix, the transfer rate now properly respects the hopper-transfer setting AND hopper-amount, ensuring item movement matches the server’s configuration.
Additionally, some code clean-up and optimizations have been made, resulting in a slight performance improvement.