GlymeraDeadChest - Death Items Stored in a Grave
On death, all your items (backpack, hotbar, armor, equipped tool) are placed in a grave block at your death position. Pick them back up before the timer runs out.
Most actual version only working for Hytale stable 5 !
What is GlymeraDeadChest?
When a player dies, their entire inventory would normally drop on the ground and despawn. GlymeraDeadChest replaces that with a grave block that holds the items safely until the owner returns. Designed to be griefer-proof: the grave does not drop as an item, cannot be destroyed by other players, and survives terrain edits underneath.
Includes its own asset pack with three custom grave block types. Standard chests and tombstones in the world are not affected by this plugin.
Features
Death Capture
Three Custom Grave Block Types
Pick one in the config:
All three are plugin-only blocks with no crafting recipe, no item drop when broken, and no support requirement. They are visually identical to the original Hytale models, but functionally separate from the regular furniture blocks.
Anti-Griefing
Per-Player Limit
Lifetime Timer
Custom UI for Inventory View
Break-Mode for Tombstones
Persistence
Commands
For Everyone
/grave or /grave list — Open a UI listing your active graves with world, coordinates, item count, and time remaining
For OPs Only
/grave admin list — Chat list of all graves on the server
/grave admin remove <id-prefix> — Remove a specific grave (matches by ID prefix)
Configuration
File at plugins/GlymeraDeadChest/config.json:
Good to Know
Installation
1. Place GlymeraDeadChest.jar in your server's mods/ folder
2. Start (or restart) the server
3. Done! Config is auto-generated on first run.
Made with care by Glymera for the Hytale community
On death, all your items (backpack, hotbar, armor, equipped tool) are placed in a grave block at your death position. Pick them back up before the timer runs out.
Most actual version only working for Hytale stable 5 !
What is GlymeraDeadChest?
When a player dies, their entire inventory would normally drop on the ground and despawn. GlymeraDeadChest replaces that with a grave block that holds the items safely until the owner returns. Designed to be griefer-proof: the grave does not drop as an item, cannot be destroyed by other players, and survives terrain edits underneath.
Includes its own asset pack with three custom grave block types. Standard chests and tombstones in the world are not affected by this plugin.
Features
Death Capture
- All items are captured on death: backpack, hotbar, armor, and the tool currently held
- A grave block spawns at the death position (or up to 5 blocks higher if the spot is blocked)
- If no free spot is found, items drop normally as a fallback
- Creative mode players are skipped
Three Custom Grave Block Types
Pick one in the config:
- GlymeraGrave_Tombstone (default) — looks like a stone tombstone
- GlymeraGrave_Coffin — looks like a stone coffin
- GlymeraGrave_Chest — looks like a wooden chest
All three are plugin-only blocks with no crafting recipe, no item drop when broken, and no support requirement. They are visually identical to the original Hytale models, but functionally separate from the regular furniture blocks.
Anti-Griefing
- Grave blocks cannot be damaged or broken by other players when ownerOnly is true (default)
- Grave blocks have no support requirement — removing the floor underneath does not destroy them
- Grave blocks have an empty drop list — they never produce an item, even if forced
- OPs can always interact (admin override)
Per-Player Limit
- Each player can have a configurable number of active graves (default: 3)
- When the limit is reached and a new grave would spawn, the oldest grave is automatically discarded along with its contents
Lifetime Timer
- Each grave has a configurable lifetime (default: 15 minutes, server wall-clock time)
- After expiry, the grave block and all its items are removed
- Server downtime counts toward the timer
- Expired graves are cleaned up immediately on server start
Custom UI for Inventory View
- Right-click a grave to open a custom UI listing all stored items with quantities and remaining lifetime
- "Take All" button transfers everything back to the player's inventory in one click
- Items that don't fit are dropped at the grave position
Break-Mode for Tombstones
- Tombstone-style graves (no Use interaction) can be broken to retrieve items — all stored items go directly into the inventory, anything that doesn't fit drops on the ground
- The grave block itself never drops as an item
Persistence
- Grave data is stored as JSON per grave UUID under plugins/GlymeraDeadChest/data/
- Survives server restarts and chunk unloads
- Owner mapping, world, coordinates, items (with durability and metadata), and spawn timestamp are all preserved
Commands
For Everyone
/grave or /grave list — Open a UI listing your active graves with world, coordinates, item count, and time remaining
For OPs Only
/grave admin list — Chat list of all graves on the server
/grave admin remove <id-prefix> — Remove a specific grave (matches by ID prefix)
Configuration
File at plugins/GlymeraDeadChest/config.json:
- graveBlock (default: GlymeraGrave_Tombstone) — Which custom grave block to spawn. Options: GlymeraGrave_Tombstone, GlymeraGrave_Coffin, GlymeraGrave_Chest
- lifetimeMinutes (default: 15) — How long a grave exists before it and the items inside are deleted
- maxActiveGraves (default: 3) — Maximum simultaneous graves per player. When exceeded, the oldest is discarded
- ownerOnly (default: true) — If true, only the owner and OPs can damage, break or open the grave
Good to Know
- The grave block contents are not stored in a native Hytale container — the plugin keeps its own JSON state. A grave can hold a player's full inventory regardless of how many backpack slots they have unlocked
- Tombstone and Coffin variants do not respond to right-click (no Use interaction in the asset). They are break-only — mine the block to retrieve items
- All grave blocks are added by this plugin only and have no crafting recipe — players cannot obtain them through normal play
- Grave timer ticks every 30 seconds, so a grave may persist up to ~30 seconds beyond its configured lifetime in the worst case
Installation
1. Place GlymeraDeadChest.jar in your server's mods/ folder
2. Start (or restart) the server
3. Done! Config is auto-generated on first run.
Made with care by Glymera for the Hytale community
