Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data โ†’
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community โ†’
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools โ†’
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods โ†’
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

ยฉ 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Your Items Are Safe
ModLicenseRef-All-Rights-Reserved

Your Items Are Safe

๐Ÿ’€ Spawns a chest and armor stand with player items on death, a gravestone alternative.

154.4K
Downloads
292
Followers
7 months ago
Updated
๐Ÿ“ฆ
30
Versions
adventureequipmentgame-mechanicsfabricforgeneoforgequilt
Download Latestv1.21.11-4.7-fabric+forge+neoView on Modrinth

๐Ÿ“–About Your Items Are Safe

Requires the library mod Collective.

ย ย ย This mod is part of The Vanilla Experience modpack and Serilum's Quality of Life Bundle mod.
Your Items Are Safe is a mod which can function as an alternative to the existing gravestone mods, by using only vanilla blocks. When a player dies, it will keep their items from despawning. It does this by creating an armor stand with equiped gear and a chest with the items from the inventory. A sign will be placed on the chest with the player's name. If the inventory does not fit into one chest, another one above it is generated. The armor stand stands above the chest. All features can be turned on/off via the config. If a player dies in the void, the chest will be placed above the death coordinates.

To keep it balanced the chests and armor stand can only be created if the player has enough wood in its inventory. A chest requires either 2 logs, 8 planks or an actual chest. The armor stand requires 1 log or 3 planks. The mod searches for logs first, then planks, then chests. If it can't find the raw material needed, the chest and armor stand isย not generated. If you'd like to always generate them, even without raw materials, this can be set in the config file as well.

The mod also contains the functionality to generate a player head and put it on the armor stand. This makes it easier to identify which player has died where. If the player had a helmet equiped, it is placed inside the chest. Enabled by default. But again, this can be disabled in the config.


Configurable: (ย how do I configure?ย )
mustHaveItemsInInventoryForCreationย (default = true): When enabled and a player dies without any items in their inventory, no chest or armor stand is generated.
addPlayerHeadToArmorStandย (default = true): If a player head should be added to the armor stand. If a helmet is worn, this will be placed into the chest.
createArmorStandย (default = true): Whether an armor stand should be created on death. If disabled, the player's gear will be placed inside the chest.
createSignWithPlayerNameย (default = true): Whether a sign should be placed on the chest with the name of the player who died there.

needChestMaterialsย (default = true): Whether materials are needed for the chest which spawns on death. This can be the actual chest or the costs in raw materials.
needArmorStandMaterialsย (default = true): Whether materials are needed for the armor stand to spawn on death. This can be the actual armor stand or the costs in raw materials.
needSignMaterialsย (default = false): Whether materials are needed for the creation of the sign when 'createSignWithPlayerName' is enabled.
ignoreStoneMaterialNeedย (default = true): Only relevant if 'needChestAndArmorStandMaterials' is enabled. An armor stand needs 1 stone slab to be created, but I think it's alright to ignore that requirement. If enabled, no stone is needed in the inventory on death.

createChestAboveVoidย (default = true): If a chest should be placed right above the minimum build height when a player dies in the void.
createVoidPlatformย (default = true): If a 3x3 platform should be created below the chest above the void. 'createChestAboveVoid' must be enabled.

sendMessageOnCreationFailureย (default = true): If a message should be sent if the chest or armor stand can't be created due to missing materials.
sendMessageOnCreationSuccessย (default = true): If a message should be sent on successful creation of the chest(s) and armor stand.
sendDeathCoordinatesInChatย (default = true): If the player's death coordinates should be sent in the chat below the 'sendMessageOnCreationFailure'/'sendMessageOnCreationSuccess' message.

creationFailureMessageย (default = "Your items are not safe due to having insufficient materials. Missing: %plankamount% planks."): The message sent on creation failure with 'sendMessageOnCreationFailure' enabled. Possible replacement values: %plankamount%, %stoneamount%.
creationSuccessMessageย (default = "Your items are safe at your death location."): The message sent on creation success with 'sendMessageOnCreationSuccess' enabled.


Some examples:
An armor stand and chest generated after death:


Two chests generated after death, because the inventory didn't fit in a single one:



One chest and an armor stand created after death:

Show Spoiler

ย 
The previous death results in the following:

Show Spoiler

ย 
Here the player has no wood in its inventory. The chest/armor stand is not generated:

Show Spoiler

ย 
The player does have some planks in its inventory, but not enough. This is shown in the chat via a message:

Show Spoiler

ย 
The inventory is completely full, so 2 chests are needed to store everything. Luckily the player has more than 19 planks:

Show Spoiler



When a player dies in the void, the chest is placed on the initial position above it with a cobblestone platform.


Death coordinates are sent in the chat. Can be disabled in the config.



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

You may freely use this mod in any modpack, as long as the download remains hosted within the 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!


๐Ÿ‘ฅ Team & Contributors

Serilum
SerilumOwner

โš™๏ธ Compatibility

Environment
๐Ÿ–ฅ๏ธ Server-side
Loaders
fabricforgeneoforgequilt
Minecraft Versions
1.21.11

๐Ÿ”— Links

Modrinth Page