A modified Bukkit Minecraft Server API.
Website: https://lilybukkit.github.io
Bugs/Suggestions: Issues and Discord
Wiki: Wiki
Download the latest jar
from Releases, then follow one of the instructions below.
Maven:
Add the following code to your pom.xml
:
<dependency>
<groupId>ru.vladthemountain</groupId>
<artifactId>lilybukkit-api</artifactId>
<version>1.1.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/relative/path/to/lilybukkit-1.1.2.jar</systemPath>
</dependency>
Gradle:
Add the following code to your build.gradle
:
dependencies {
implementation files('relative/path/to/lilybukkit-1.1.2.jar')
}