Expirable items support for MMOItems
No hard-breaking changes besides the bypass permission is turned off by default. If you want to enable, update the configuration, and set it to true.
Configuration update:
enable-bypass-permission: false
expired-type-replace:
  CONSUMABLE:
    - id: minecraft:rotten_flesh
      amount: 1
expired-item-replace:
  DRAGON_CHESTPLATE:
    - id: minecraft:iron_ingot
      amount: 2
    - id: mi:MATERIAL:RARE_DIAMOND
      amount: 1
debug-level: 0
See the whole latest configuration here
Thanks Orphey98 for supporting me on this update
- Performance optimization
- Add forceUpdateInventory setting
- Add reload command: /ti (timedmmoitems.reload)