UpgradeableHoppers - Fast Hopper icon

UpgradeableHoppers - Fast Hopper 4.19.3

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

Page 1 2 3 ... 12
4.19.3 3 days ago
4.19.2 3 days ago
+ Added: "hide-tooltip" and "tooltip-style" properties to GUI file. Read wiki for more info
4.19.1 11 days ago
- Fixed: Resign clump not added to upper slot in furnace
4.19.0 19 days ago

+ Added: API HopperItemPickupEvent, HopperUpgradeEvent
Info: https://wiki.incredibleplugins.com/upradeablehoppers/developers/api#preventing-item-pickup

4.18.10 20 days ago

- Fixed: Version util issues

4.18.9 22 days ago

- Fixed: Particle error

4.18.8 Mar 19, 2025

+ Added: player-cache option to disable player cache file
- Fixed: Missing message: menu-reopen

4.18.6 Mar 18, 2025
4.18.6 Mar 17, 2025

- Fixed: Hopper item config in hoppers.yml

4.18.5 Mar 4, 2025
Migration

- Fixed: migration sql

4.18.4 Feb 25, 2025

+ Changed: Run migration on another thread

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
Page 1 2 3 ... 12