Skip to content

Sharkur is a fork of Purpur which adds more configuration and also some optimalization.

License

Notifications You must be signed in to change notification settings

SharkurMC/Sharkur

Repository files navigation

Sharkur

Sharkur

Sharkur is a fork of Purpur which adds more configuration and also some optimization.

API

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.

About

Sharkur is a fork of Purpur which adds more configuration and also some optimalization.

Resources

License

Stars

Watchers

Forks