/all-spigot-nms

All NMS versions of bukkit/spigot in one jar file. NMS from 1.8-1.18

Primary LanguageShell

All Spigot NMS

All NMS versions of spigot in one jar file. How awesome is that?

Build Test

Usage

To use this tool you have to follow the steps bellow:

  • Clone this repository: git clone https://github.com/Jacxk/all-spigot-nms
  • Open a terminal inside the repository folder:
    • Enter bash folder: cd src/
    • Run the tool: bash ./run.sh
    • Choose All of the above to get the jar file
  • Import the compiled jar file into your IDE
  • Start coding...

Importing

Maven:

<dependency>
    <groupId>local.spigot.nms</groupId>
    <artifactId>AllSpigotNMS</artifactId>
    <version>LATEST</version>
    <scope>system</scope>
    <systemPath>${project.basedir}/PATH TO FILE HERE</systemPath>
</dependency>

Gradle:

dependencies {
    implementation(files("/path/to/file.jar"))
}

You can now install it using the github package

All the NMS version. click here
Description on compiling the Jar file. click here

I'm not distributing anything, please don't sue me Mojang.