NotMyFault / ServerLib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ServerLib

A small library warning about unsafe PaperMC or Tuinity forks.

You can add the library to your project:

Releases are published to the central repository, snapshots are published to S01 OSS Sonatype.

You can find Javadocs here.

Take a look at the release tab for versions available.

Gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation("dev.notmyfault.serverlib:ServerLib:VERSION")
}

Maven:

<dependency>  
 <groupId>dev.notmyfault.serverlib</groupId>
 <artifactId>ServerLib</artifactId>
 <version>VERSION</version>
</dependency>

You need to shade ServerLib into your software by either using maven shade or gradle shadow.

About

License:MIT License


Languages

Language:Java 100.0%