> For the complete documentation index, see [llms.txt](https://papertweaks.machinemaker.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://papertweaks.machinemaker.me/v0.1.x/player-graves.md).

# Player-Graves

When a player dies, a grave is made at their location containing all their items/armor. When the player who died sneaks over the grave, all his items are put back into the original slots.

## Configuration

```yaml
# List of world names where graves will not be created and items will drop as normal
disabled-worlds:
- disabled_world_name
```
