Перейти к содержимому
Mineforgian

DeadChest

A polished death chest plugin with timed loot phases, rich customization, and in-game admin controls.

Загрузки
2K
Подписчики
10
Обновлён
10 апреля 2026 г.
Лицензия
GPL-3.0-only

Опубликован 10 марта 2026 г.

DeadChest logo

Join Discord View on GitHub Donate with PayPal

The ultimate solution to protect player inventories on death

Description

DeadChest automatically converts a player's dropped inventory into a secure chest at the exact location of death.

Each chest displays a hologram with the owner's name and a configurable countdown timer.
When the timer expires, the chest and its contents are permanently removed.

Fully customizable: define custom durations, create infinite chests, and choose between private (owner/admin only) or public access.

DeadChest description preview

Features

Key Features

  • Automatically stores the entire player inventory on death, including armor
  • Chest spawns at the exact death location
  • Holographic display showing owner and remaining time
  • Private or public chest access
  • Optional XP storage
  • Grief protection (explosion and destruction control)
  • WorldGuard integration
  • Fully compatible with Minecraft 1.13.2 to 26.1
  • Folia support

Advanced Features

  • Unlimited players and unlimited chests
  • Per-world configuration
  • Gamemode-based management
  • Item filtering and management
  • Choose between chest or player head container
  • Citizens 2 compatibility
  • Detailed logging system for every DeadChest event
  • Advanced permission system

Fully Customizable

  • Chest duration
  • Chest access (private/public)
  • Hologram content
  • Text colors
  • Griefable chests (enable/disable destruction)
  • Maximum number of chests per player
  • Multi-language support
  • Drop behavior customization
  • And much more

Documentation

Since version 4.5.0, DeadChest uses bStats to collect anonymous usage statistics to help improve the plugin.

Preview

DeadChests are FULLY customizable!

DeadChest customization

Commands

Commands

Command Description Permission
/dc reload Reload the plugin deadchest.admin
/dc remove Remove all DeadChests of the current player deadchest.remove.own
/dc remove <player> Remove all DeadChests of a player deadchest.remove.other
/dc removeinfinite Remove all infinite chests deadchest.admin
/dc removeall Remove all DeadChests deadchest.admin
/dc list List all DeadChests of the current player deadchest.list.own
/dc list all List all DeadChests deadchest.list.other
/dc list <player> List all DeadChests of a player deadchest.list.other
/dc giveBack <player> Return the oldest DeadChest inventory to a player deadchest.giveBack
/dc ignore Open the ignore list inventory to add ignored items deadchest.admin

Additional Permissions

  • deadchest.generate — Allow a player to generate DeadChests
  • deadchest.chestPass — Allow a player to access all DeadChests
  • deadchest.infinityChest — Allow a player to have an infinite chest

Installation

First Installation

  1. Download DeadChest.jar
  2. Place it in your server's /plugins folder
  3. Start or restart your server

The plugin will automatically generate its configuration files inside:

/plugins/DeadChest/

Generated Files

config.yml

Main configuration file.
Use this file to customize plugin settings and behavior.

locale.yml

Language file (English by default).
You can edit this file to translate messages into your preferred language.

deadchest.log

Contains a detailed log of all DeadChest events.

Tutorials


Issues

Please read the FAQ if you have any trouble.
If you find an issue, please report it on GitHub or Discord.

Ченджлог

4.30.0Релиз26.1, 26.1.1, 26.1.2 · 10 апреля 2026 г.
  • 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
4.29.0Релиз1.21.9, 1.21.10, 1.21.11 · 26 марта 2026 г.
  • Added /dc config commands to read and update config.yml directly in game:

    • /dc config get <path>
    • /dc config set <path> <value>
    • /dc config reset <path>
    • /dc config edit <path>
  • Added interactive edition for filters.ignored-items through /dc config edit filters.ignored-items

  • Deprecated /dc ignore in favor of /dc config edit filters.ignored-items

  • Improved /dc tab-completion for config commands and interactive edit paths

  • Updated command and configuration documentation

  • Fixed wind charges destroying DeadChests when chest.indestructible is set to false

4.28.0Релиз1.21.9, 1.21.10, 1.21.11 · 21 марта 2026 г.

FEATURES :

  • Added a two-phase loot system with a private phase (chest.duration-seconds) and an optional public loot phase (chest.loot.*)
  • Added configurable public-phase access rules for owner, killer, and other players
  • Added public-phase expiration handling with dedicated timeout behavior
  • Added a dedicated hologram status line above the owner name
  • Added Minecraft-friendly hologram states: PRIVATE, OPEN, PUBLIC, KILLER, OWNER, and SHARE
4.27.0Релиз1.21.9, 1.21.10, 1.21.11 · 16 марта 2026 г.
  • Fixed log spam on deadchest expiration
4.26.0Релиз1.21.9, 1.21.10, 1.21.11 · 14 марта 2026 г.
  • Added Folia support !
  • Reworked ignored items to feel more consistent between the config and the in-game /dc ignore menu.
  • Improved support for custom items, making advanced setups easier to manage.
4.25.0Релиз1.21.9, 1.21.10, 1.21.11 · 10 марта 2026 г.

Deadchest is now available on Modrinth !

4.25.0 version :

  • YAML Configuration Overhaul
    • The config.yml structure has been fully reorganized for better clarity and easier maintenance.
    • Settings are now grouped into clear sections (localization, visuals, sound, gameplay, permissions, etc.).
    • This makes customization faster and reduces configuration mistakes.
  • Localization System Upgrade
    • The localization system has been redesigned to be cleaner and more consistent across the plugin.
    • Built-in languages: en, fr, es, de, it, pl, pt-br, zh-cn.
    • Migration from legacy localization/config systems is handled automatically, so existing setups are updated without manual conversion.
  • DeadChest Visual Customization
    • Added configurable standing chest effects (style, radius, speed, enable/disable).
    • Added configurable pickup animation (particle type, count, spread, speed, vertical offset).
    • Added configurable pickup sound (enable/disable, sound name, volume, pitch).

Комментарии

Загружаем…