feat(spawn): add safe cooldown teleport
Release / release (push) Failing after 11s
CI / build (push) Successful in 51s

This commit is contained in:
dmg
2026-08-08 13:33:57 -04:00
parent 12d9e7af42
commit 87dec73f8f
9 changed files with 431 additions and 18 deletions
+7
View File
@@ -57,3 +57,10 @@ description: Chronological record of significant Trigger Spawn design decisions.
- 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.
## 2026-08-08 — Safe spawn teleportation
- Added `/spawn` eligibility and real-time cooldown enforcement with explicit friendly remaining-time messages.
- Added a three-second on-screen warm-up cancelled by block movement, jumping, falling, teleportation, world changes, or disconnects.
- Safe destinations are sampled within the current world's circle using bounded attempts and a closest-elevation search that rejects environmental hazards.
- Only completed teleports consume cooldown, and incomplete progression receives a post-teleport reminder.