Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/notmyfault/serverlib


https://github.com/notmyfault/serverlib

bukkit forks java minecraft paper serverlib spigot tuinity unsafe-forks

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ServerLib

A small library warning about unsafe [PaperMC](https://github.com/PaperMC/Paper) or [Tuinity](https://github.com/Spottedleaf/Tuinity) forks.

You can add the library to your project:

Releases are published to the central repository, snapshots are published to [S01 OSS Sonatype](https://s01.oss.sonatype.org/content/repositories/snapshots/).

You can find Javadocs [here](https://javadoc.io/doc/dev.notmyfault.serverlib/ServerLib).

Take a look at the release tab for versions available.

**Gradle**
```kotlin
repositories {
mavenCentral()
}

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

**Maven**:
```xml

dev.notmyfault.serverlib
ServerLib
VERSION

```

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