Skip to content

πŸŽ‰ LimitedGrace v1.4.0

Latest

Choose a tag to compare

@User-Time User-Time released this 25 Jul 01:55
c684a55

πŸŽ‰ 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-charge configuration option.
  • LimitedGrace can now detect whether the keepInventory game rule is enabled in the player's world.
  • By default, deaths do not consume LimitedGrace protection charges when keepInventory already 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: false
  • false β€” Protection charges are not consumed when keepInventory is enabled.
  • true β€” Protection charges are consumed normally, even when keepInventory is 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.yml after backing up your existing configuration.

Full Changelog: v1.3.0...v1.4.0