Upgradeable Hoppers ⭕ Fast Hopper Plugin Link Containers ✅ Item Transfer Suction Chunk - 1.21 Suppor

MC Plugin Upgradeable Hoppers ⭕ Fast Hopper Plugin Link Containers ✅ Item Transfer Suction Chunk - 1.21 Suppor 4.21.2
Link Hoppers to Containers Item Chunk Hoppers Suction Spigot Improve Server Performance

- Fixed: Resign clump not added to upper slot in furnace
- Fixed: Particle error
+ Added: player-cache option to disable player cache file
- Fixed: Missing message: menu-reopen
+ Changed: Run migration on another thread
+ Added: Option to disable player name and skin fetching
YAML:
  # 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
- Fixed: Hopper deletion item drop
- Fixed: Error sucking items using RoseStacker
+ Changed: Add item to inv through /hopper list
- Fixed: Teleport perm wrong in wiki and plugin.yml
If you're using MySQL
1. Update and start server
2. Review the MySQL section and configure it correctly
3. The table-prefix option might require you to add an underscore `_` at the end, if your current table names use underscores. Just open the database to check that, but its very likely they do. **Otherwise, your hoppers won't load. **
4. Restart

If you're using SQLite
1. Update and start server
2. The table-prefix option might require you to add an underscore `_` at the end, if your current table names use underscores. Just open the database file to check that, but its very likely they do. **Otherwise, your hoppers won't load. **
3. Restart
YAML:
 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
Top Bottom