Nekopur is a drop-in replacement for Paper & Purpur servers designed for configurability, new fun and exciting gameplay features, and performance built on top of Paper.
You can report an issue here on github.
Downloads can be obtained from tags or actions tab.
Downloads API endpoints for Purpur:
- List versions of Minecraft with builds available:
https://api.purpurmc.org/v2/purpur - List builds for a version of Minecraft:
https://api.purpurmc.org/v2/purpur/<version> - Download a specific build of a specific version:
https://api.purpurmc.org/v2/purpur/<version>/<build>/download - Download the latest build for a version of Minecraft:
https://api.purpurmc.org/v2/purpur/<version>/latest/downloadDownload API endpoints for Nekopur:
TBA
All patches are licensed under the MIT license, unless otherwise noted in the patch headers.
See PaperMC/Paper, and PaperMC/Paperweight for the license of material used by this project.
Maven
<repository>
<id>purpur</id>
<url>https://repo.purpurmc.org/snapshots</url>
</repository><dependency>
<groupId>org.purpurmc.purpur</groupId>
<artifactId>purpur-api</artifactId>
<version>1.21.11-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>Gradle
repositories {
maven("https://repo.purpurmc.org/snapshots")
}dependencies {
compileOnly("org.purpurmc.purpur:purpur-api:1.21.11-R0.1-SNAPSHOT")
}Yes, this also includes all API provided by Paper, Spigot, and Bukkit.
First, clone this repository or download it.
Then run the following command in the root directory:
./gradlew applyAllPatches
The project is now ready for use in your IDE, This also will build some Nekopur patches, if you wish to fully build Nekopur yourself run
./gradlew :nekopur-server:createNekopurMojmapBundlerJar
