A PaperMC plugin template with Checkstyle, GitHub Actions CI, and sensible defaults for getting started quickly.
- Gradle Kotlin DSL with
run-paperfor local testing - Checkstyle with zero-warning enforcement
- GitHub Actions CI — builds + publishes Checkstyle reports + uploads JAR artifacts
./gradlew runServer # Start a test Paper server
./gradlew build # Build the plugin JAR
./gradlew checkstyleMain # Run Checkstyle