Fork of PandaSpigot 1.8.8 focused on bug fixes and API backports.
See a full list of patches here.
You can download the latest pre-built server JAR by clicking the download button below.
Maven
<repositories>
<repository>
<id>dashnetwork-repo</id>
<url>https://nexus.dashnetwork.xyz/repository/maven-snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>xyz.dashnetwork.dashspigot</groupId>
<artifactId>dashspigot-api</artifactId>
<version>1.8.8-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>Gradle (kts)
repositories {
mavenCentral()
maven(url = "https://nexus.dashnetwork.xyz/repository/maven-snapshots/")
}
dependencies {
compileOnly("xyz.dashnetwork.dashspigot:dashspigot-api:1.8.8-R0.1-SNAPSHOT")
}To compile DashSpigot, you'll need:
- JDK 17 (required to run the decompiler)
- Git
- Bash
🧩 Although JDK 17 is required for building, the compiled JAR remains fully compatible with Java 8.
Building, patching, and compiling are all done through the main dash script.
DashSpigot can be built by running ./dash jar, and you will find the final Paperclip jar in paperclip.jar