- Fixed: Saving a new filter preset could fail to save its link attachment because the link was saved before the preset
- Fixed: Hopper command aliases not registering
- Fixed: Some minor locale improvements and fixes
+ Added: Optional anonymous stats that help user improve the plugin: only stats such as enabled features etc. are shared, never any personal information of config files.
- Fixed: Item suction waited an extra flat 20 ticks on top of an item's own pickup delay before it became eligible for pickup, making suction noticeably slower than vanilla hopper pickup
- Fixed: Make Strict item filter ignore item flags since they are only decoration
- Added HopperItemMoveEvent, a cancellable event called when a hopper transfers an item to a link or pulls an item from a container it's requesting items from. Enable it via integration.call-item-move-event in config.yml
- Added: Bedrock forms support for all menus (except filter menu there java items are required to be displayed; intentional)
- Added: MiniMessage support: Please note that existing locale file translations wont work since MiniMessage is not compatible with the old formatting
+ Added: [Suggestion] Being able to limit the duration of the visualizations
visualization:
YAML:visualization: link: # Set the maximum time the visualization will be displayed. Players can also disable an active visualization in the hopper menu. duration_time: 5m suction: # Set the maximum time the visualization will be displayed. Players can also disable an active visualization in the hopper menu. duration-2_time: 1m
It is recommended that you take a backup of your database before updating.
+ Added: [Suggestion] Being able to lower the suction radius after upgrading it