feat(spawn): configure per-world spawn areas
Release / release (push) Failing after 12s
CI / build (push) Successful in 2m13s

This commit is contained in:
dmg
2026-08-08 13:18:39 -04:00
parent e646d12863
commit 18dfa058e5
11 changed files with 349 additions and 13 deletions
+8
View File
@@ -28,6 +28,14 @@ cooldowns:
Durable player and per-world state is stored in `plugins/TriggerSpawn/state.yml`.
Each world initially uses its native spawn and a 20-block circular radius. An operator can configure the current world with:
```text
/spawnadmin set
/spawnadmin distance <blocks>
/spawnadmin info
```
For a local versioned build:
```bash