Skip to content

NotMyFault/ServerLib

Repository files navigation

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

No description or website provided.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors 5

Languages