
Graves
When a player dies they leave a grave which contain their items. Settings are highly configurable
Обновлён 1 января 2026 г. · опубликован 18 января 2024 г.
Graves
(Requires the game rule keep_inventory to be true and immediate_respawn to be false)
When a player dies they will leave a grave at the site of their death which will will keep their items and experience safe. Left or right click the grave to open it and drop its contents. This datapack is multiplayer-friendly and highly configurable, allowing you to make graves despawn, how long it takes for them to despawn, what items are dropped, and more!
The amount of experience dropped on death no longer has a maximum. E.g. players dying at level 30 will now drop 13 levels of experience rather than 7.
Config Settings
To open the settings menu, run the command /function m_graves:settings/open to open an interactive GUI.
General Settings
Despawn Despawn: Graves will automatically despawn after a specific amount of time, causing them to drop their contents. Note that unlike items, this timer will continue when the grave is not loaded. (Disabled by default with a default time of 10 minutes)
Void Recovery: Dying in or above the void will cause your grave to be placed on solid block within a specified horizontal radius.
Auto-Equip: When a grave is opened, the items will be placed into the slots they were originally in. If a slot is already filled, the item will instead be dropped.
Show Death Coordinates: After a player dies, the coordinates and dimension of their death are shown to them in chat. (Disabled by default)
Death Locator Compass: After a player dies, they will be given a compass which points to the location of their death. The compass also acts as a key if that toggle is enabled. (Disabled by default)
Locked Graves: Graves can only be opened by their owner. (Disabled by default)
Keys: After a player dies they will recieve a key that other players can use to open their grave. The key will disappear when used. (Disabled by default)
Auto Unlock: Locked graves will automatically unlock themselves after a specified amount of time. (Disabled by default with a default time of 5 minutes)
Visual Settings
Glowing Graves: Graves can be seen through walls. (disabled by default)
Display Player Name: Graves display the name of their owner. (enabled by default)
Display Player Head: Graves display the head of their owner. (enabled by default)
Grave Decorators: Graves have randomized vegetation. (enabled by default)
Inventory Settings
Keep Experience: Experience is kept on death. (disabled by default)
Keep Hotbar: Items in the hotbar are kept on death (disabled by default).
Keep armor: Equiped armor is kept on death (disabled by default).
Keep Some Items: Some items are not dropped on death (disabled by default). The list of items defaults to weapons, armor, tools, and other equipment but can be changed in m_graves/tags/items/kept_items.
Lose Some Items: Some items are permanently lost on death (disabled by default). The list of items is empty by default but can be changed in m_graves/tags/items/lost_items.
Some item tags have been made built-in for the convenience of editing the kept and lost items:
#m_graves:equipmentfor weapons, armor, tools, and other equipment#m_graves:mob_dropsfor mob drops#m_graves:rare_itemsfor items that have colored text when unenchanted (netherstars, dragon egg, etc)#m_graves:resourcesfor mined resources (coal, iron, diamond, netherite, etc)#m_graves:smithing_templatesfor all smithing templates
Grave Placement
When a grave is spawned it will move to the floor directly beneath it rather than float in the air. If the player dies in a solid block it will check adjacent empty blocks to spawn the grave. If the player dies in non-flowing lava, it will attempt to place the grave at the surface of the lava.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.3.1+mod | Релиз | 1.21.11 | fabric, forge, neoforge, quilt | 1 января 2026 г. | Скачать (245 КБ) |
| 1.3.1 | Релиз | 1.21.11 | datapack | 1 января 2026 г. | Скачать (110 КБ) |
| 1.3.0+mod | Релиз | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | fabric, forge, neoforge, quilt | 18 июня 2025 г. | Скачать (158 КБ) |
| 1.3.0 | Релиз | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | datapack | 18 июня 2025 г. | Скачать (68 КБ) |
| 1.2.7.2+mod | Релиз | 1.21.5 | fabric, forge, neoforge, quilt | 27 апреля 2025 г. | Скачать (150 КБ) |
| 1.2.7.2 | Релиз | 1.21.5 | datapack | 27 апреля 2025 г. | Скачать (52 КБ) |
| 1.2.7.1+mod | Релиз | 1.21.5 | fabric, forge, neoforge, quilt | 4 апреля 2025 г. | Скачать (129 КБ) |
| 1.2.7.1 | Релиз | 1.21.5 | datapack | 4 апреля 2025 г. | Скачать (49 КБ) |
| 1.2.7 | Бета | 1.21.5 | fabric, forge, neoforge, quilt | 1 апреля 2025 г. | Скачать (129 КБ) |
| 1.2.7 | Бета | 1.21.5 | datapack | 1 апреля 2025 г. | Скачать (49 КБ) |
| 1.2.6 | Бета | 1.21.5 | fabric, forge, neoforge, quilt | 30 марта 2025 г. | Скачать (73 КБ) |
| 1.2.6 | Бета | 1.21.5 | datapack | 30 марта 2025 г. | Скачать (26 КБ) |
| 1.2.5 | Релиз | 1.21.4 | fabric, forge, neoforge, quilt | 7 января 2025 г. | Скачать (73 КБ) |
| 1.2.5 | Релиз | 1.21.4 | datapack | 30 декабря 2024 г. | Скачать (26 КБ) |
| 1.2.4 | Релиз | 1.21.4 | datapack | 21 декабря 2024 г. | Скачать (26 КБ) |
Показаны последние 15 из 21 версий.
Ченджлог
1.3.1+modРелиз1.21.11 · 1 января 2026 г.
Datapack version 1.3.1
- Updated to Minecraft version 1.21.11
Grave Changes
- (+) Added Auto-Equip
Settings Changes
- (+) Added toggle for Auto-Equip in General Settings
- (/) Renamed the "Cosmetic Settings" catagory to "Visual Settings"
Technical Changes
- Changed
keepInventorytokeep_inventoryanddoImmediateRespawntoimmediate_respawn multipack:settingsstorage now hasincluded_settingsandsettings_listdata- The settings menu opened by
/trigger mp.settingsis now a dynamic list of multipack settings - Factored out some common Multipack logic into the
mp_utilsnamespace
1.3.1Релиз1.21.11 · 1 января 2026 г.
Datapack version 1.3.1
- Updated to Minecraft version 1.21.11
Grave Changes
- (+) Added Auto-Equip
Settings Changes
- (+) Added toggle for Auto-Equip in General Settings
- (/) Renamed the "Cosmetic Settings" catagory to "Visual Settings"
Technical Changes
- Changed
keepInventorytokeep_inventoryanddoImmediateRespawntoimmediate_respawn multipack:settingsstorage now hasincluded_settingsandsettings_listdata- The settings menu opened by
/trigger mp.settingsis now a dynamic list of multipack settings - Factored out some common Multipack logic into the
mp_utilsnamespace
1.3.0+modРелиз1.21.8, 1.21.9, 1.21.10 · 18 июня 2025 г.
Datapack Version 1.3
Settings Changes
- (+) UI menu for settings
- (+) Added Auto Unlock and Auto Unlock timer settings
- (+) Added locked grave Keys toggle
- (+) Added Death Locator Compass toggle
- (/) Increased default time until grave despawn (5min -> 10min)
Grave changes
- (+) Added keys which will unlock their corresponding grave and disappears once used
- (+) Added Death Locator Compass and disappears from the inventory once the grave is opened
- (+) Added smart placement for graves
- If the player dies in a block, the grave will check for adjacent open spaces
- If a player dies mid-air, the grave will move to down to the floor
- If the player dies in lava, the grave will move to the surface of the lava
- If void recovery is enabled, dying over the void will be treated as dying in the void
- (+) When the datapack is enabled/disabled through the settings, it will restore relevant gamerules to their original values
- (/) Grave depawn timers continue even when the grave is not in a loaded chunk
- (+) Added music disc Tears to the
rare_itemsitem tag
Bugfixes:
- Spectators no longer leave graves
- Gold blocks were missing from the
resourcesitem tag
1.3.0Релиз1.21.8, 1.21.9, 1.21.10 · 18 июня 2025 г.
Datapack Version 1.3
Settings Changes
- (+) UI menu for settings
- (+) Added Auto Unlock and Auto Unlock timer settings
- (+) Added locked grave Keys toggle
- (+) Added Death Locator Compass toggle
- (/) Increased default time until grave despawn (5min -> 10min)
Grave changes
- (+) Added keys which will unlock their corresponding grave and disappears once used
- (+) Added Death Locator Compass and disappears from the inventory once the grave is opened
- (+) Added smart placement for graves
- If the player dies in a block, the grave will check for adjacent open spaces
- If a player dies mid-air, the grave will move to down to the floor
- If the player dies in lava, the grave will move to the surface of the lava
- If void recovery is enabled, dying over the void will be treated as dying in the void
- (+) When the datapack is enabled/disabled through the settings, it will restore relevant gamerules to their original values
- (/) Grave depawn timers continue even when the grave is not in a loaded chunk
- (+) Added music disc Tears to the
rare_itemsitem tag
Bugfixes:
- Spectators no longer leave graves
- Gold blocks were missing from the
resourcesitem tag
1.2.7.2+modРелиз1.21.5 · 27 апреля 2025 г.
Hotfix: Graver despawning can now be properly disabled
1.2.7.2Релиз1.21.5 · 27 апреля 2025 г.
Hotfix: Grave despawning can now be properly disabled
1.2.7.1+modРелиз1.21.5 · 4 апреля 2025 г.
Hotfix
Items in offhand and armor slots now are correctly stored in graves
1.2.7.1Релиз1.21.5 · 4 апреля 2025 г.
Hotfix
Fixed critical bug which caused items in the offhand and armor slots to not be stored in graves
Комментарии
Загружаем…





