You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
VIP Plugins Upgradeable Hoppers ⭕ Fast Hopper Plugin Link Containers ✅ Item Transfer Suction Chunk - 26.x Suppo
Version: 4.21.3
- Author ArteffCods
- Creation date
+ Added: Option to disable player name and skin fetching
Code (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: 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, 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.
Code (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: Item delete feature if suction disabled
- Fixed: List entry removal in GUI if placeholders disabled