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
+2
View File
@@ -2,6 +2,8 @@
A Spigot 26.2 plugin providing progression-gated, safe teleportation to each world's spawn area.
Players unlock `/spawn` by killing a Warden, Ender Dragon, or Wither after the plugin is installed. Their first, second, and third unique kills give default cooldowns of 8 hours, 4 hours, and 1 hour respectively. Each new unique kill clears the current cooldown immediately; repeated kills of the same boss do not count.
The behavior under development is specified in the [OKF design bundle](design/index.md).
## Requirements