{"id":54996,"date":"2026-06-03T04:26:14","date_gmt":"2026-06-03T01:26:14","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/deathchest_plugin\/"},"modified":"2026-06-03T04:26:14","modified_gmt":"2026-06-03T01:26:14","slug":"deathchest_plugin","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/deathchest_plugin\/","title":{"rendered":"DeathChest"},"content":{"rendered":"<p># DeathChest &#8211; Death Chest Plugin<\/p>\n<p>A plugin for Minecraft servers that automatically creates a chest containing a player&#8217;s items upon death.<\/p>\n<p>## \ud83d\udce6 Features<\/p>\n<p>&#8211; **Automatic Chest Creation** \u2013 Upon death, all player items are placed into a chest<br \/>\n&#8211; **Flexible Configuration** \u2013 Multiple settings for various needs<br \/>\n&#8211; **Chest Protection** \u2013 Explosion, fire, and piston protection<br \/>\n&#8211; **Permission System** \u2013 Flexible access management<br \/>\n&#8211; **WorldGuard Compatibility** \u2013 Chests can be opened in protected regions<br \/>\n&#8211; **Multi-World Support** \u2013 Can restrict chest creation in specific worlds<br \/>\n&#8211; **Holograms Above Chest** \u2013 Displays the owner&#8217;s name (requires DecentHolograms)<br \/>\n&#8211; **Automatic Cleanup** \u2013 Periodic task removes expired chests<\/p>\n<p>## \ud83d\uddbc\ufe0f Screenshots<\/p>\n<p>![DeathChest](https:\/\/cdn.modrinth.com\/data\/xD6Ne1gI\/images\/ac81c3436e41ba3c0da579f9c2683c70d1e4782c.png)<\/p>\n<p>## Dependencies:<br \/>\nDecentHolograms &#8211; optional (to display a hologram above the chest)<\/p>\n<p>## \u2699\ufe0f Installation<\/p>\n<p>1. Download the **latest version**<br \/>\n2. Place the `.jar` file into your server&#8217;s `plugins\/` folder<br \/>\n3. Restart the server<br \/>\n4. Configure the config file to your liking<br \/>\n5. Reload the plugin with `\/dchest reload` or restart the server<\/p>\n<p>## \ud83c\udfae Commands<\/p>\n<p>&#8220;`<br \/>\n\/deathchest list    \u2013 List your death chests<br \/>\n\/deathchest reload  \u2013 Reload configuration and chests (requires permission)<br \/>\n\/deathchest version \u2013 Show plugin version<br \/>\n\/deathchest help    \u2013 Show help<br \/>\n&#8220;`<\/p>\n<p>Alias: `\/dchest`<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>&#8220;`<br \/>\ndeathchest.use    \u2013 Basic permission to use the plugin (default: true)<br \/>\ndeathchest.reload \u2013 Reload configuration and chests (default: op)<br \/>\ndeathchest.admin  \u2013 Administrator permissions (default: op)<br \/>\ndeathchest.*      \u2013 All plugin permissions<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udcc1 Configuration<\/p>\n<p>The `config.yml` file is automatically created on first run:<\/p>\n<p>&#8220;`yaml<br \/>\n# DeathChest &#8211; Configuration<\/p>\n<p># Chest creation settings<br \/>\nchest-creation:<br \/>\n  # Create a chest only upon death by a mob<br \/>\n  mob-death-only: false<br \/>\n  # Worlds where death chests are allowed (empty = all worlds)<br \/>\n  allowed-worlds: [ ]<br \/>\n  # Disabled worlds where death chests are turned off<br \/>\n  blacklisted-worlds: [ ]<\/p>\n<p># Chest interaction settings<br \/>\nchest-interactions:<br \/>\n  # Can players interact with others&#8217; death chests<br \/>\n  allow-access-others-chests: true<br \/>\n  # Can players break a death chest<br \/>\n  player-breakable: true<br \/>\n  # Is the chest protected from explosions<br \/>\n  explosion-proof: true<br \/>\n  # Do items drop when the chest is exploded<br \/>\n  items-drop-when-exploded: true<br \/>\n  # Do items drop when the chest is broken by a player<br \/>\n  items-drop-when-broken: true<br \/>\n  # Automatically remove empty chests<br \/>\n  remove-empty-chests: true<\/p>\n<p># Chest appearance settings<br \/>\nchest-appearance:<br \/>\n  # Custom chest title (supports MiniMessages)<br \/>\n  title: &#8220;<gradient:gold:white>Death Chest:<\/gradient> <gold>{player}&#8221;<br \/>\n  # Chest expiration time in minutes (0 = never expires)<br \/>\n  expiration-time: 1440  # Default 24 hours<br \/>\n  # Display hologram above chest (requires DecentHolograms)<br \/>\n  hologram-enabled: true<br \/>\n  # Does not support MiniMessages, use colors from https:\/\/wiki.decentholograms.eu\/general\/format-and-colors\/colors\/<br \/>\n  hologram:<br \/>\n    &#8211; &#8220;<#800000>\u2620 <#FFD700>Death Chest <\/#FFFFFF><#800000>\u2620&#8221;<br \/>\n    &#8211; &#8220;<#FFD700>Player: <#FFFFFF>{owner}&#8221;<\/p>\n<p># Time translation<br \/>\ntime-ago:<br \/>\n  days: &#8220;days&#8221;<br \/>\n  hours: &#8220;hours&#8221;<br \/>\n  minutes: &#8220;minutes&#8221;<\/p>\n<p># Message prefix (supports MiniMessages)<br \/>\nprefix: &#8220;<gradient:gold:white>[DeathChest]<\/gradient>&#8221;<\/p>\n<p># Messages (supports MiniMessages)<br \/>\nmessages:<br \/>\n  # commands<br \/>\n  player-only: &#8220;<red>This command can only be used by players.&#8221;<br \/>\n  no-permission: &#8220;<red>You do not have permission to use this command&#8221;<br \/>\n  help: |<br \/>\n    <gradient:gold:white>=== DeathChest Commands ===<br \/>\n    <white>\/deathchest list <gray>&#8211; List your death chests<br \/>\n    <white>\/deathchest reload <gray>&#8211; Reload configuration (requires permission)<br \/>\n    <white>\/deathchest version <gray>&#8211; Show plugin version<br \/>\n    <white>\/deathchest help <gray>&#8211; Show this help<br \/>\n  version: &#8220;<white>DeathChest <yellow>v{version}&#8221;<br \/>\n  list-header: &#8220;<gradient:gold:white>=== Your Death Chests ===<\/gradient>&#8221;<br \/>\n  list-format: &#8220;<yellow>World: <white>{world} <yellow>X: <white>{x} <yellow>Y: <white>{y} <yellow>Z: <white>{z} <gray>({time} ago)&#8221;<br \/>\n  list-numbered: &#8220;<white>{number}. &#8221;<br \/>\n  no-chests: &#8220;<green>You have no active death chests&#8221;<br \/>\n  reload-success: &#8220;<green>Configuration reloaded!&#8221;<br \/>\n  # listeners<br \/>\n  chest-created: &#8220;<white>Your death chest was created at coordinates: <yellow>X: {x} Y: {y} Z: {z}.&#8221;<br \/>\n  chest-accessed: &#8220;<white>You are opening the death chest of player: <yellow>{player}.&#8221;<br \/>\n  access-denied: &#8220;<red>This death chest belongs to player: <yellow>{player}.&#8221;<br \/>\n  cannot-break: &#8220;<red>You cannot break this death chest while it contains items!&#8221;<br \/>\n  chest-removed: &#8220;<green>The death chest disappeared because you took all items.&#8221;<br \/>\n  chest-broken-own: &#8220;<white>You broke your own death chest.&#8221;<br \/>\n  chest-broken-other: &#8220;<white>You broke the death chest of player <yellow>{player}.&#8221;<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udd27 Features<\/p>\n<p>### Chest Protection<br \/>\n&#8211; **Explosion Protection** \u2013 Chests are protected from explosions (configurable)<br \/>\n&#8211; **Fire Protection** \u2013 Chests do not burn or catch fire<br \/>\n&#8211; **Piston Protection** \u2013 Pistons cannot move death chests<br \/>\n&#8211; **Region Access** \u2013 Chests can be opened even in protected WorldGuard regions<\/p>\n<p>### Smart Creation<br \/>\n&#8211; **Location Search** \u2013 The plugin automatically searches for a suitable place for the chest<br \/>\n&#8211; **Item Check** \u2013 If a player has no items, a chest is not created<br \/>\n&#8211; **World Filter** \u2013 Can restrict chest creation in specific worlds<\/p>\n<p>### Access Management<br \/>\n&#8211; **Ownership Rights** \u2013 Only the owner can open their chest (configurable)<br \/>\n&#8211; **Breaking Permission** \u2013 Ability to break chests can be configured<br \/>\n&#8211; **Auto-Removal** \u2013 Empty chests are automatically removed<br \/>\n&#8211; **Holograms** \u2013 Owner&#8217;s name is displayed above the chest if enabled<\/p>\n<p>### Automatic Management<br \/>\n&#8211; **Periodic Cleanup** \u2013 Expired chests are automatically removed<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A plugin that creates a treasure chest when a player dies<\/p>\n","protected":false},"featured_media":54997,"template":"","meta":{"_minecraft_slug":"deathchest_plugin","_minecraft_project_id":"xD6Ne1gI","_minecraft_author":"FlyAwayMaking","_minecraft_license":"MIT","_minecraft_downloads":1015,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"deathchest_plugin.zip","_minecraft_size_bytes":129834,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-16T08:34:10.969807Z","_minecraft_date_created":"2025-12-14T00:18:20.732790Z","_minecraft_date_modified":"2026-03-11T19:56:20.266467Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/deathchest_plugin","_minecraft_icon_attachment_id":54997,"_minecraft_imported_at":"2026-06-03T01:26:16+00:00","_minecraft_import_hash":"d0f9cad8002645dab0bfe4aa3f1a7cd0","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,89,127,128],"mod_loader":[132,133],"minecraft_version":[59,36,60,93,94,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-54996","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_loader-paper","mod_loader-purpur","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DeathChest - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/deathchest_plugin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DeathChest - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A plugin that creates a treasure chest when a player dies\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/deathchest_plugin\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathchest_plugin\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathchest_plugin\\\/\",\"name\":\"DeathChest - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathchest_plugin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathchest_plugin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/deathchest_plugin-icon-3ff2ac39912b67f177e0a71c50b7dc22cc9d5477_96.webp\",\"datePublished\":\"2026-06-03T01:26:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathchest_plugin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathchest_plugin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathchest_plugin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/deathchest_plugin-icon-3ff2ac39912b67f177e0a71c50b7dc22cc9d5477_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/deathchest_plugin-icon-3ff2ac39912b67f177e0a71c50b7dc22cc9d5477_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/deathchest_plugin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"DeathChest\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DeathChest - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/deathchest_plugin\/","og_locale":"en_US","og_type":"article","og_title":"DeathChest - Minecraft","og_description":"A plugin that creates a treasure chest when a player dies","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/deathchest_plugin\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathchest_plugin\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/deathchest_plugin\/","name":"DeathChest - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathchest_plugin\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathchest_plugin\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/deathchest_plugin-icon-3ff2ac39912b67f177e0a71c50b7dc22cc9d5477_96.webp","datePublished":"2026-06-03T01:26:14+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathchest_plugin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/deathchest_plugin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathchest_plugin\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/deathchest_plugin-icon-3ff2ac39912b67f177e0a71c50b7dc22cc9d5477_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/deathchest_plugin-icon-3ff2ac39912b67f177e0a71c50b7dc22cc9d5477_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/deathchest_plugin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"DeathChest"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/54996","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/54997"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=54996"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=54996"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=54996"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=54996"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}