π LimitedGrace v1.4.0 Released!
This update adds configurable protection charge handling for worlds where the keepInventory game rule is enabled.
β¨ New Features
- Added the
keep-inventory-consumes-chargeconfiguration option. - LimitedGrace can now detect whether the
keepInventorygame rule is enabled in the player's world. - By default, deaths do not consume LimitedGrace protection charges when
keepInventoryalready preserves the player's inventory. - Server administrators can enable charge consumption for these deaths through
config.yml.
βοΈ Configuration
# Whether deaths with the `keepInventory` game rule enabled consume a protection charge.
keepinventory-consumes-charge: falsefalseβ Protection charges are not consumed whenkeepInventoryis enabled.trueβ Protection charges are consumed normally, even whenkeepInventoryis enabled.
π Requirements
- Minecraft 1.19.4+
- Paper 1.19.4+
- Java 17+
When updating from an older version, add the new configuration option manually or regenerate
config.ymlafter backing up your existing configuration.
Full Changelog: v1.3.0...v1.4.0