Read the full changelog here
Changes since BETA-3
- Fixed the Version Checker prioritizing BETA over STABLE releases.
- Fixed an issue where PERCENTAGE_REMAINING in the damage effect did not behave as expected
- Added support for folia server
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
The plugin has been completely re-written from the ground up.
Please check the full changelog at: https://beeps.notion.site/BetterKeepInventory-2-0-0-243f2582205980538ed5eb0c3bf26f99
BetterKeepInventory 1.6.1 supports Minecraft 1.17 - 1.21
Ignored name & Ignored lore
Added new settings to hotbar, inventory & armor configurations. ignored_name and ignored_lore . When used, any item that matches partially with the filled in values will be completely ignored
Bugfixes
Fixes a bug where dont_break did not disable properly Fixes a bug with damage calculations Updated dependencies