UpgradeableHoppers - Fast Hopper icon

UpgradeableHoppers - Fast Hopper 4.19.3

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

Page 1 ... 4 5 6 7 8 ... 12
4.12.0 Feb 2, 2023
Item Cache

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

4.11.3 Jan 27, 2023
Item

- Fixed: [#2282] Missing item: failure_copy_none
@[#2272]

4.11.2 Jan 25, 2023
Chunk Hopper

- Fixed: [#2279] Default hopper type eval for hoppers.yml

4.11.1 Jan 23, 2023
Item Spawn

+ Changed: [#2271] Adjusted listener priority for item spawn event - item stacking related

4.11.0 Jan 20, 2023
Economy, Hopper Type

+ 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
4.10.6 Jan 14, 2023
Link Validation

+ Improved: [#2217] Reduced link validation check

4.10.5 Jan 11, 2023
4.10.5 Jan 11, 2023
Performance Optimization Options

+ 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
4.10.4 Jan 10, 2023
Item Pull Option
+ Added: [#2217] Option to toggle mass item pulling from containers above hoppers

[code]  # Should the transfer amount from levels.yml also be applied to pulling items from containers above the hopper?
  # NOTE: These setting requires server reload / restart.
  item-pull-amount: true[/code]
4.10.3 Jan 9, 2023
Redstone, Validation

+ 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

4.10.2 Jan 7, 2023
API

+ Added: API: getItem and isFull to Hopper

4.10.1 Jan 5, 2023
Filter Copy

+ 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.'
4.10.0 Jan 4, 2023
Copy Filters

+ 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.

Furnace Jan 2, 2023

+ Added: Rotten flesh as smeltable

4.9.5 Dec 30, 2022
Message, Hopper Validation

+ Improved: Reduced amount of needed inventory validation checks
- Fixed: [#2233] message not found: creation.untrusted

4.9.4 Dec 28, 2022

+ Updated: Latest Lands API

4.9.3 Dec 24, 2022
4.9.3 Dec 24, 2022
Lands Level
Requires latest version of Lands.
 
- Fixed: CachedRequirement modification for levels

Merry Christmas!
4.9.2 Dec 23, 2022
Inventory Holder Fix

- Fixed: [#2220] [#2218] Hopper inventory invalid error during item transfer

4.9.1 Dec 22, 2022
Minecart, Spawners

- Fixed: Minecart item pulling
- Fixed: [#2218] USpawners integration

Page 1 ... 4 5 6 7 8 ... 12