feat(server): add spigot configuration patches and compose updates

- Add .gitignore to exclude 'data' directory
- Update compose.yaml for paper service to mount patches volume and set PATCH_DEFINITIONS env var
- Add timezone mounts to 'paper' and 'backup' services in compose.yaml
- Create patches/spigot.json to patch spigot.yml with custom item-despawn-rate
This commit is contained in:
2025-10-20 12:23:58 -06:00
parent 307f13cfda
commit a333bc1e3a
3 changed files with 18 additions and 1 deletions

11
patches/spigot.json Normal file
View File

@@ -0,0 +1,11 @@
{
"file": "/data/spigot.yml",
"ops": [
{
"$set": {
"path": "$.world-settings.default.item-despawn-rate",
"value": 12000
}
}
]
}