Storage Units

The storage-unit mode makes the chest to be able to hold infinite amount of an item inside it. It has only one slot available, and it can hold only one item at a time without a limit to it.

Max Amount

You can limit the maximum amount of items a storage unit can hold. You can do that by setting the max-amount section with the maximum amount of items it can hold:

chests:
  storage_unit:
    chest-mode: STORAGE_UNIT
    max-amount: 100000

The storage unit will only be able to hold up to 100,000 items inside it.

Last updated

Was this helpful?