Gradle-based plugin targeting the latest Paper API (26.2), with configurable races (laps, checkpoints, lobby/start, min players, countdown), a /boatparty command suite, and lap/checkpoint tracking via player movement. Includes Gitea Actions CI to build with JDK 25. Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package us.tss3.boatparty.game;
|
||||
|
||||
public enum RaceState {
|
||||
WAITING,
|
||||
COUNTDOWN,
|
||||
RUNNING,
|
||||
FINISHED
|
||||
}
|
||||
Reference in New Issue
Block a user