Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/notmyfault/serverlib
- Owner: NotMyFault
- License: mit
- Created: 2021-01-19T19:26:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T01:24:34.000Z (about 2 months ago)
- Last Synced: 2024-10-14T11:22:26.426Z (about 1 month ago)
- Topics: bukkit, forks, java, minecraft, paper, serverlib, spigot, tuinity, unsafe-forks
- Language: Java
- Homepage:
- Size: 460 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.