ResurrectionChest
ResurrectionChest sends a player's death drops to a registered chest instead of leaving everything at the death site.
What It Currently Does
- one registered death chest per player
- single and double chest support
- optional XP storage and later return
- overflow items dropping at the death location if the chest is full
- world blacklist support
- optional FreeMinecraftModels chest visuals (Wooden Chest free pack, Angelic Chest premium pack)
- persistence across chunk unloads, world unloads, and restarts
- a first-boot reminder for admins and a Nightbreak-style setup menu for managing content and updates
Important Behavior
- ResurrectionChest provides the
/resurrectionchestcommand with the following subcommands:setup— opens the Nightbreak setup menu (browse/toggle chest packs, check plugin updates, see recommended plugins, toggle automatic updates)recommendedplugins— opens (or lists, for the console) the recommended companion pluginsdownloadall— downloads the plugin update (if any) and every available ResurrectionChest content pack from Nightbreakdownloadallcontent— downloads every available content pack from Nightbreakupdatecontent(aliasupdateallcontent) — re-downloads only outdated installed content packsdownloadpluginupdate— downloads a ResurrectionChest plugin update if one is availablereload— reloads the plugin configurationclear— clears all tracked ResurrectionChest blocks, dropping each tracked chest's contents and removing the chest and sign blocks
- Chest registration and death-drop routing both depend on
resurrectionchest.use. - The plugin does not lock or protect the chest. If your server allows another player to open or break that chest, ResurrectionChest does not stop them.
- If
keepInventoryis active on death, ResurrectionChest does not move items. - If the chest's chunk is unloaded when the player dies, the plugin force-loads the chunk before accessing the chest.
- If the registered chest is missing when the player dies, the registration is removed.
Start Here
Integration Note
FreeMinecraftModels is optional. ResurrectionChest still works as a normal chest-based plugin without it. Custom chest props (the Wooden and Angelic packs) only display when FreeMinecraftModels is installed.