Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Take control of the KeepInventory gamerule and choose exactly what happens!
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 on | August 23, 2025 |
|---|---|
| Downloads | 3 |
Platforms
Paper (1.19-1.21.8)