dmg 152cac0740
Release / release (push) Failing after 10s
CI / build (push) Successful in 2m4s
build: scaffold Spigot plugin project
2026-08-08 13:10:04 -04:00
2026-08-08 13:10:04 -04:00
2026-08-08 13:10:04 -04:00

Trigger Spawn

A Spigot 26.2 plugin providing progression-gated, safe teleportation to each world's spawn area.

The behavior under development is specified in the OKF design bundle.

Requirements

  • Spigot 26.2
  • Java 17 or newer

Build

./gradlew clean check jar

The plugin JAR is written to build/libs/.

For a local versioned build:

./gradlew clean check jar -PreleaseVersion=1.2.3

Releases

Gitea Actions checks every push and pull request and stores a development JAR as a workflow artifact. Pull requests also validate conventional commits.

Pushes to main run semantic-release. A release-causing conventional commit builds a versioned JAR and attaches it to the corresponding public Gitea release. The repository must define a RELEASE_TOKEN secret with repository contents write permission.

S
Description
Spigot 26.2 plugin providing progression-gated safe spawn teleportation
Readme
176 KiB
v1.0.0
Latest
2026-08-08 17:35:23 +00:00
Languages
Java 100%