BetterKeepInventory 2.0.0-BETA-3

Bugs Fixed

Misc

BetterKeepInventory 2.0.0-BETA-2

<aside> â„šī¸

This version is currently in BETA

</aside>

<aside> 📝

Supported Minecraft versions: 1.19, 1.20, 1.21

</aside>

Configuration Changes

Slots & Items are now under a "filters" section in the rule config

      damage:
        MODE: PERCENTAGE
        min: 5.0
        max: 5.0
        filters: # <-- New!
          slots:
          - INVENTORY
          items:
          - ALL

Name & Lore filters

name & lore filters have been re-added Prefix with ! to negate the check (!Soulbound drops items that don't have a lore line "Soulbound")

      drop:
        mode: ALL
        filters:
          name:
          - 'Neverlost *'
          lore:
          - '!Soulbound'

Misc & Bugfixes