8000
Skip to content

VanillaChan6571/Nekopur

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,745 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nekopur

Nekopur

MIT License Build Status CodeFactor Join Purpur Discord

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.

Contact

You can report an issue here on github.

Downloads

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/download Download API endpoints for Nekopur:

TBA

License

All patches are licensed under the MIT license, unless otherwise noted in the patch headers.

MIT License

See PaperMC/Paper, and PaperMC/Paperweight for the license of material used by this project.

bStats

bStats Graph Data

API

Dependency Information

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.

Building and setting up

Initial setup

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

About

Nekopur, Experimental Jar for my needs.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 99.3%
  • Other 0.7%
0