promotional bannermobile promotional banner

DeathChest999

Death Chests - A plugin that leaves a chest containing all your items when you die, announces your death coordinates in chat, and automatically removes the chest after a customizable time period.

File Details

DeathChest-1.1.0.jar

  • R
  • Mar 28, 2026
  • 67.67 KB
  • 42
  • 1.21.11+12

File Name

DeathChest-1.1.0.jar

Supported Versions

  • 1.21.5-Snapshot
  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21
### Bug Fixes

- **Fixed Permission Enforcement** - The `deathchest.use` permission is now enforced before creating a death chest.
- **Fixed Keep Inventory Duplication** - Death chests are no longer created when `keepInventory` is enabled, preventing duplicate item retention.
- **Fixed Compass Give-On-Death Setting** - `compass.give-on-death` now correctly gives players a death chest compass after death (when enabled).
- **Fixed Protection Toggle Behavior** - `protection.enabled` now properly controls whether non-owners are blocked from opening/breaking death chests.
- **Fixed Loot-After-Expire Behavior** - `protection.allow-loot-after-expire` now allows non-owners to access expired chests when enabled.
- **Fixed Drop-On-Expire Behavior** - `protection.drop-items-on-expire` now drops stored chest items to the ground when expiration cleanup removes a chest.
- **Fixed Chest Inventory Save Targeting** - Chest contents are now saved by tracked chest session ID instead of inventory title matching, preventing wrong-chest saves.
- **Fixed Admin Chest Editing Persistence** - Admin-opened chest inventories now persist changes correctly on close.
- **Fixed Owner XP Security** - Stored XP is now only returned to the chest owner, not to non-owners or admins.
- **Fixed Economy Lockout Edge Case** - Paid chests no longer become permanently locked if Vault/economy is unavailable; they auto-unlock instead.
- **Fixed Compass Lore Overwrite** - Custom `compass.lore` config lines are now preserved when the compass target updates.
- **Fixed Missing Compass Tab Completion** - `/deathchest compass` now appears in tab completion for players with permission.
- **Fixed Reload Scheduler Handling** - Reload now correctly starts/stops recurring compass, hologram, and ambient tasks based on current config.
- **Fixed Economy Default Fallback** - `economy.cost` is now used as the fallback value for unlisted world economy cost settings.
- **Fixed Expiring-Soon Timing Validation** - Expiring-soon notifications no longer spam from invalid timing combinations (such as notice >= chest lifetime).
- **Fixed UUID Crash Paths** - Unsafe UUID parsing paths were hardened to prevent command/listener crashes from malformed chest data.
- **Fixed Hologram Lifetime Accuracy** - Hologram countdown updates now respect each chest's `customLifetime` value.