UpgradeableHoppers - Fast Hopper icon

UpgradeableHoppers - Fast Hopper 4.19.8

Link Hoppers to Containers Item Suction Fully customizeable Spigot Improve Server Performance

Page 1 2 3 4 ... 13
4.18.0 Jan 14, 2025
Please Read - MySQL Important

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

4.17.15 Jan 8, 2025

- Fixed: Player saving issues on server stop

4.17.14 Dec 30, 2024

- Fixed: Pulling items from brewing stand

4.17.13 Nov 22, 2024

- Fixed: Item delete feature if suction disabled
- Fixed: List entry removal in GUI if placeholders disabled

4.17.12 Nov 19, 2024
- Fixed: Filter item delete option with stacker plugin
4.17.11 Nov 18, 2024
+ Changed: Lazy load link inventories
4.17.10 Nov 18, 2024

- Fixed: Link inventory loading triggered multiple times in some cases leading to higher performance impact

4.17.9 Nov 12, 2024

- Fixed: Tasks shutdown

4.17.8 Oct 16, 2024

+ Changed: Reverted latest visualization change since previous was better

4.17.7 Oct 12, 2024

+ Added: [Suggestion] Expand suction visualization to all y levels

4.17.6 Oct 9, 2024

- Removed: Logging in console

4.17.5 Oct 5, 2024

- Fixed: Prevent hoppers getting crafted if crafting disabled (auto crafters)

4.17.4 Sep 30, 2024

- Fixed: SkinsRestorer integration

4.17.3 Sep 27, 2024
4.17.2 Sep 20, 2024
4.17.1 Sep 18, 2024

+ Added: Support for crafters

4.17.0 Aug 15, 2024

+ Added: /hoppers view
Visualizes nearby hoppers and links. Also, lets you disable visualizations.

4.16.5 Jul 29, 2024

+ Added: Debug message when deleting link

4.16.4 Jul 14, 2024

+ 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: []
4.16.3 Jul 11, 2024
Strict Filtering Menu

- Fixed: Displaying of items in GUI menu with strict filtering enabled

Page 1 2 3 4 ... 13
You might also like...