Skip to content

Serilum/Death-Backup

Repository files navigation

Death Backup

Download

You can download Death Backup on CurseForge and Modrinth:

  CurseForge:   https://curseforge.com/minecraft/mc-mods/death-backup
  Modrinth:      https://modrinth.com/mod/death-backup

Issue Tracker

To keep a better overview of all mods, the issue tracker is located in a separate repository.
  For issues, ideas, suggestions or anything else, please follow this link:

    -> Issue Tracker

Pull Requests

Because of the way mod loader files are bundled into one jar, some extra information is needed to do a PR.
  A wiki page entry about it is available here:

    -> Pull Request Information

Mod Description

Requires the library mod Collective. 

   This mod is part of The Vanilla Experience.

Death Backup is a mod which saves the inventory of a player right before their death to a file in the world folder. If a player has cheat-access, they can reload the inventory via the '/deathbackup load <index>' command. '/deathbackup list' shows all the latest deaths with indices which can be retrieved. The inventories are saved in a folder with the players' name, so it works in server environments as well as singleplayer.


Configurable: ( how do I configure? )
sendBackupReminderMessageToThoseWithAccessOnDeath (default = true): When enabled, sends a message to a player when they die and have cheat-access that a backup has been created and can be loaded.
backupReminderMessage (default = "A backup of your inventory before your death has been created and can be loaded with '/deathbackup load 0'."): The message sent to players with cheat-access when 'sendBackupReminderMessageToThoseWithAccessOnDeath' is enabled.


Commands:
/deathbackup - Shows the commands available.
/deathbackup list - Shows a list of the latest death with indices.
/deathbackup load <index> - Loads the death backup specified by <index> in '/deathbackup list'. Index 0 is always the latest death.


Images:
Whenever a player dies, their inventory and gear is saved to './world-folder/data/deathbackup/time.txt'. By default a message is sent to the player with a reminder if they have cheat-access, but this can be disabled in the config.


With the command '/deathbackup list' all recent death backups can be seen. Index 0 is always the latest.


Using the '/deathbackup load 0' command to load the latest inventory prior to the latest death.


Another example with items with NBT tags such as enchantments and written books:


The last inventory is loaded without problems by doing '/deathbackup load 0'.


------------------

You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.

Serilum.com contains an overview and more information on all mods available.

Comments are disabled as I'm unable to keep track of all the separate pages on each mod.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!