feat(access): manage spawn access grants
Release / release (push) Failing after 11s
CI / build (push) Successful in 2m9s

This commit is contained in:
dmg
2026-08-08 13:21:43 -04:00
parent 18dfa058e5
commit d9051e1661
13 changed files with 435 additions and 18 deletions
+6
View File
@@ -39,3 +39,9 @@ description: Chronological record of significant Trigger Spawn design decisions.
- Added `/spawnadmin set`, `distance`, and `info` for player-operated configuration of the current world.
- Worlds default to their native spawn and an independently persisted 20-block radius.
- Circular target sampling is uniform by area, preserves configured facing, and supports a zero-block radius.
## 2026-08-08 — Administrative access grants
- Added custom `/spawn` cooldown grants with safe, friendly duration parsing.
- Added complete access resets and a paginated view of naturally and administratively eligible players.
- Administrative targets resolve online players, persisted names, server-known offline players, and known UUIDs while state remains keyed by UUID.