
UpgradeableHoppers - Fast Hopper 4.19.8
Link Hoppers to Containers Item Suction Fully customizeable Spigot Improve Server Performance
If you're using MySQL, please review the config after updating. Some values in the MySQL section have changed and need
to be configured if you're using MySQL. Otherwise, your hoppers won't load. So make sure to edit the section after updating and then restart the server immediately.
Especially "table-prefix" might require you to add an underscore ("_") at the end, if your current table names use underscores.
mysql:
# Enable this to use MySQL instead of "file based"
# SQLite. For performance improvement, it's recommended to
# use MySQL. If you don't have access to a MySQL server,
# just let this disabled (false).
enabled: false
address: 'localhost'
port: '3306'
database: 'upgradeablehoppers'
username: 'minecraft'
password: 'password'
# It is highly recommended to set a unique table prefix if the plugin shares a database with other plugins.
table-prefix: 'hoppers_'
- Fixed: Error on player quit with MySQL
- Fixed: Player saving issues on server stop
- Fixed: Pulling items from brewing stand
- Fixed: Item delete feature if suction disabled
- Fixed: List entry removal in GUI if placeholders disabled
- Fixed: Filter item delete option with stacker plugin
+ Changed: Lazy load link inventories
- Fixed: Link inventory loading triggered multiple times in some cases leading to higher performance impact
- Fixed: Tasks shutdown
+ Changed: Reverted latest visualization change since previous was better
+ Added: [Suggestion] Expand suction visualization to all y levels
- Removed: Logging in console
- Fixed: Prevent hoppers getting crafted if crafting disabled (auto crafters)
- Fixed: SkinsRestorer integration
+ Added: Support for crafters
+ Added: /hoppers view
Visualizes nearby hoppers and links. Also, lets you disable visualizations.
+ Added: Debug message when deleting link
+ Added: [Suggestion] You can now add items with model data to the list of smeltable items in config.yml:
# Define a list of additional blocks that can be smelt in a furnace. For example, blocks from data-packs.
# You either need to add material values or model-data number values.
# Material values can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
smelt_list: []
- Fixed: Displaying of items in GUI menu with strict filtering enabled