build: scaffold Spigot plugin project
Release / release (push) Failing after 10s
CI / build (push) Successful in 2m4s

This commit is contained in:
dmg
2026-08-08 13:10:04 -04:00
parent a01f36db86
commit 152cac0740
15 changed files with 664 additions and 9 deletions
+6
View File
@@ -20,3 +20,9 @@ description: Chronological record of significant Trigger Spawn design decisions.
- Remind players with incomplete progression that remaining unique boss kills permanently reduce the `/spawn` cooldown.
- Clear the active cooldown immediately after each newly credited unique boss kill.
- When cooldown prevents `/spawn`, explicitly report that it is unavailable and show the remaining wait in a friendly format.
## 2026-08-08 — Build and release foundation
- Added the Java 17 Gradle project targeting Spigot API 26.2, with JUnit 5 verification and versioned resource processing.
- Added Gitea CI and semantic-release workflows modeled on `spigot-event-producer`.
- Documented local builds, public releases, and the required `RELEASE_TOKEN` repository secret.