Your Items Are Safe

Quick rating

Community listing page, reviews here may not be monitored by the author.

Your Items Are Safe

By SerilumOwner

No reviews yet

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

No Theme
Adventure/Exploration
Mod Loaders
Forge
NeoForge
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
[Fabric/Forge/Neo] 26.2.0-4.7 | Your Items Are Safe

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

A Serilum Mod. Made with love. Lots of active mods for Fabric, Forge and Neo!

CurseForge Modrinth Patreon YouTube


About the 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.



Dependencies

Requires Collective
Included in The Vanilla ExperienceIncluded in Serilum's QoL Bundle
Environment: Server




Configurable

Configuration guide

ย ย ย All available config options:

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.




Showcase

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:

ย 
The previous death results in the following:

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

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

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



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.




Notes and links

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 them across so many separate mod pages.
For issues, ideas, suggestions or anything else there is theย Github repo. Thanks!


A Serilum Mod. Made with love. Lots of active mods for Fabric, Forge and Neo!

CurseForge Modrinth Patreon YouTube

About the 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.



Dependencies

Requires Collective
Included in The Vanilla ExperienceIncluded in Serilum's QoL Bundle
Environment: Server




Configurable

Configuration guide

ย ย ย All available config options:

Show Spoiler

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.




Showcase

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.




Notes and links

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.

For issues, ideas, suggestions or anything else there is theย Github repo. Thanks!


Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~570,000
Total Downloads
CurseForge
~370,000
Modrinth
~190,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works