
UpgradeableHoppers - Fast Hopper 4.19.3
Link Hoppers to Containers Item Suction Fully customizeable Spigot Improve Server Performance
This version is not compatible with older versions of BetterFarming or UpgradeableSpawners.
If you have any of these installed, update them too.
+ Added: [#2217] Link item cache
+ Improved: Clearing of no longer needed data
+ Changed: [#2271] Adjusted listener priority for item spawn event - item stacking related
+ Added: More economy options
# Economy settings
# If all types are disabled, the item based economy will be used instead.
# NOTE: When changing these option you might also want to adjust the "eco-format" in this config.
economy:
vault:
# You need an economy plugin, which supports Vault, to let this work.
enabled_10: true
# Server bank account name. Spendings go here.
server-bank: ''
# Player experience
exp:
enabled_15: false
# Item currency is used when all other economy options are disabled or unavailable.
# The currency item can be edited in the GUI language file at the "currency" item.
items:
# If enabled, only items that have the same name, lore etc. will belong to the currency.
# Not just items of the same type or items with the same model-data.
strict: false
+ Added: You can now add multiple chunk hopper types in hoppers.yml by adding type: 'CHUNK' to an hopper type.
chunk123:
type: 'CHUNK'
name: '&9&lChunk Hopper 123'
cost: 5000.0
+ Added: [#2217] New optimization section
# NOTE: These settings require server reload / restart.
optimization:
redstone:
# Should hoppers stop transferring items if they're powered by redstone?
pause-on-signal: true
# Should the emitted redstone signal strength be updated with every item insertion and removal?
# This affects both hoppers and links.
update-signal:
enabled_2: true
# If disabled, the redstone signal will only be updated to on or off. Means it will only change if the
# container state goes from empty -> full or full -> empty.
# This will help increasing performance, but may make it impossible to display the storage capacity using redstone lamps.
precise: false
# Should the transfer amount from levels.yml also be applied to pulling items from containers above the hopper?
item-pull-amount: true
+ Added: Option to disable redstone checking
# Should hoppers stop transferring items if they're powered by redstone?
# NOTE: These setting require server reload / restart.
redstone: true
+ Improved: [#2217] Hopper validation check
+ Changed: Switched left click for right click for paste item
refresh_copy_paste:
name: '&6&lCopy Filter and Mode'
lore:
- '&8✖ &bLEFT CLICK'
- ' &7Paste a copied filter.'
- ''
- '&8✖ &9RIGHT CLICK'
- ' &7Copy this filter including'
- ' &7mode and strict filtering'
- ' &7properties to another link.'
+ Added: [Suggestion] Being able to copy and paste filters to other links
An item has been added to the link filter menu to make this possible.
You might need to adjust the slots, since your current gui config might have conflicting slots.
+ Added: Rotten flesh as smeltable
+ Improved: Reduced amount of needed inventory validation checks
- Fixed: [#2233] message not found: creation.untrusted
+ Updated: Latest Lands API
Merry Christmas!
- Fixed: [#2220] [#2218] Hopper inventory invalid error during item transfer
- Fixed: Minecart item pulling
- Fixed: [#2218] USpawners integration