Sharkur
Sharkur is a fork of Purpur which adds more configuration and also some optimization.
API
Javadoc
Dependency Information
Maven
<repository>
<id>sharkur</id>
<url>https://repo.rgarlic.eu/releases</url>
</repository>
<dependency>
<groupId>org.sharkurmc.sharkur</groupId>
<artifactId>sharkur-api</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
Gradle
repositories {
maven("https://repo.rgarlic.eu/releases")
}
dependencies {
compileOnly("org.sharkurmc.sharkur:sharkur-api:1.19-R0.1-SNAPSHOT")
}
Yes, this also includes all API provided by Purpur, Pufferfish, Paper, Spigot, and Bukkit.