feat(progression): unlock spawn through boss kills
Release / release (push) Failing after 13s
CI / build (push) Successful in 52s

This commit is contained in:
dmg
2026-08-08 13:25:42 -04:00
parent edab7f03db
commit 12d9e7af42
12 changed files with 254 additions and 16 deletions
+6
View File
@@ -51,3 +51,9 @@ description: Chronological record of significant Trigger Spawn design decisions.
- Added persistent `/spawn` bans, unbans, and paginated ban listing for online and resolvable offline players.
- Banning immediately clears grants, boss progress, and cooldown state; unbanning restores none of them.
- Banned player state cannot retain natural or granted access.
## 2026-08-08 — Boss progression
- Added player-attributed Warden, Ender Dragon, and Wither kill observation without importing historical accomplishments.
- Unique kills unlock and improve the configured cooldown tier in any order; duplicate kills do not count.
- Each credited kill persists UUID-based progress, clears the current cooldown, and displays an on-screen reward plus colored checklist.