DeadChest v4.30.0

Details

  • Filename
    dead-chest-4.30.0.jar
  • Uploaded by
  • Uploaded
    Apr 10, 2026
  • Size
    223.21 KB
  • Downloads
    36,085
  • MD5
    22fe5840fe8c1ccac9ea3b8458242b6e

Supported Bukkit Versions

  • 26.1
  • 26.1.1
  • 26.1.2
  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.1
  • 1.21.2
  • 1.21.3
  • 1.21.4
  • 1.21.5-Snapshot
  • 1.21
  • 1.20.6
  • 1.20.5
  • 1.20.5-Snapshot
  • 1.20.4
  • 1.20.3-Snapshot
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13

Changelog

- Added support for 26.1
- Reworked `/dc giveback` with deterministic selectors:
- `/dc giveback <player>` now gives back the latest active DeadChest
- `/dc giveback <player> latest`
- `/dc giveback <player> oldest`
- `/dc giveback <player> all`
- `/dc giveback <player> id <n>`
- Added `/dc giveback list <player>` to display selectable DeadChest ids for a player
- Added `/dc giveback preview ...` commands to preview giveback actions without modifying chests or player inventories
- Added giveback delivery strategies:
- `inventory` restores items to the player's inventory and drops overflow
- `ground` drops items at the target player's location
- Added offline giveback queue persisted in SQLite, delivered automatically when the player joins
- Improved giveback tab-completion for selectors, strategies, preview, list, ids, and online player names
- Fixed `/dc giveback` command matching so specific commands such as `list`, `latest`, and `oldest` are not executed again by generic command patterns
- Fixed giveback feedback messages so they no longer mention the oldest DeadChest when using `latest`, `all`, or `id`
- Updated all bundled localization JSON files for the new giveback feedback messages
- Corrected the giveback permission declaration from `deadchest.giveBack` to `deadchest.giveback`
- Refactored `/dc` command registration into dedicated command classes for reload, repair, remove, list, giveback, config, and ignore commands
- Updated README, plugin usage text, and commands/permissions documentation