Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for BeepSterr

Take control of the KeepInventory gamerule and choose exactly what happens!

Report BetterKeepInventoryOriginal?

Beta
2.0.0-BETA-2

BeepSterr released BetterKeepInventoryOriginal version 2.0.0-BETA-2 on August 23, 2025

2.0.0

Updating from 1.x? Please make sure you have sufficient time set asside to read docs, update configs and test changes! Please make sure to read the changes here if you are upgrading from 1.x

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

  • Fixed a bug where slots were not parsed correctly
  • Fixed a bug where missing keys would apply rules from the default config
  • Re-Added metrics
  • Changed the default notify_channel to LATEST
  • Updated dependencies

Information

Published onAugust 23, 2025
Downloads3

Platforms

Paper Paper (1.19-1.21.8)