https://github.com/lullaby6/graves-data-pack
MC Data-Pack - Graves to save items when players die!
https://github.com/lullaby6/graves-data-pack
data-pack data-packs datapack datapacks graves mc mcfunction mcfuntions minecraft minecraft-data-pack minecraft-data-packs minecraft-datapack minecraft-datapacks tumbs
Last synced: 2 days ago
JSON representation
MC Data-Pack - Graves to save items when players die!
- Host: GitHub
- URL: https://github.com/lullaby6/graves-data-pack
- Owner: lullaby6
- License: agpl-3.0
- Created: 2023-07-05T01:27:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-18T06:05:16.000Z (30 days ago)
- Last Synced: 2025-05-18T07:22:08.974Z (30 days ago)
- Topics: data-pack, data-packs, datapack, datapacks, graves, mc, mcfunction, mcfuntions, minecraft, minecraft-data-pack, minecraft-data-packs, minecraft-datapack, minecraft-datapacks, tumbs
- Language: mcfunction
- Homepage: https://modrinth.com/datapack/lullaby-graves
- Size: 2.82 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graves
[](https://github.com/lullaby6/graves-data-pack/releases)
[](https://discord.gg/5UdcDa5xNC)
[](https://modrinth.com/datapack/lullaby-graves)
[](https://github.com/lullaby6/graves-data-pack/blob/main/LICENSE)
[](https://github.com/lullaby6/graves-data-pack/issues)
[](https://github.com/lullaby6/graves-data-pack)
[](https://github.com/lullaby6/graves-data-pack)
[](https://github.com/lullaby6/graves-data-pack/stargazers)
Graves to save items when players die!
This Data-Pack is not compatible with the `keepInventory` and `doImmediateRespawn` gamerules in true.
If you are updating this Data-PAck please run the command `function graves:settings/reset`.
Version: `1.21.X`
## 📂 Installation
Move the downloaded file in the path `.minecraft/saves/[world]/datapacks`
## 👾 Bugs/Issues
Please report any bug/issues to the [Discord Server](https://discord.gg/5UdcDa5xNC) in the `bugs` channel, or create a issue in the [Github Repostiroy](https://github.com/lullaby6/graves-data-pack/issues), or a comment in [Planet Minecraft](https://www.planetminecraft.com/data-pack/graves-6529892/).
## ⌨️ Commands
### Player
Disable grave spawning on death:
```mcfunction
/trigger graves.player.disabled set 1
```Enable grave spawning on death:
```mcfunction
/trigger graves.player.disabled set 0
```### Admin
Settings:
```mcfunction
/function graves:settings
```
Set graves despawn delay (20 ticks = 1 second):
```mcfunction
/scoreboard players set despawn_delay graves.settings
```Loot narest grave:
```mcfunction
/function graves:grave/loot/nearest
```Loot all graves:
```mcfunction
/function graves:grave/loot/all
```Clear nearest grave:
```mcfunction
/function graves:grave/clear/nearest
```Clear all graves:
```mcfunction
/function graves:grave/clear/all
```Disable graves for a player:
```mcfunction
/tag add graves.player.disabled
```Enable graves for a player:
```mcfunction
/tag remove graves.player.disabled
```Disable:
```mcfunction
/datapack disable "file/graves.zip"
```Enable:
```mcfunction
/datapack enable "file/graves.zip"
```## 🪪 License
[MIT](https://github.com/lullaby6/graves-data-pack/blob/main/LICENSE)