UpgradeableHoppers - Fast Hopper icon

UpgradeableHoppers - Fast Hopper 4.19.10

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

Page 1 2 3 4 ... 13
4.18.3 Feb 24, 2025

+ Added: Option to disable player name and skin fetching

  # The plugin fetches player skins and names from Mojang.
  # If disabled, player skins can't be displayed in the menus and name changes will only apply, when they join the server.
  fetch-skins-names: true



+ Improved: Faster time calc

4.18.2 Feb 11, 2025

- Fixed: Hopper deletion item drop

4.18.1 Jan 21, 2025

- Fixed: Error sucking items using RoseStacker
+ Changed: Add item to inv through /hopper list
- Fixed: Teleport perm wrong in wiki and plugin.yml

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.

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