Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/projectunified/minelib

Unified project for aspects in Minecraft server
https://github.com/projectunified/minelib

bukkit folia folia-plugin folia-supported minecraft paper-plugin papermc spigot spigot-api

Last synced: 3 days ago
JSON representation

Unified project for aspects in Minecraft server

Awesome Lists containing this project

README

        

# MineLib ![Maven Central Version](https://img.shields.io/maven-central/v/io.github.projectunified/minelib)

Modules for aspects in Minecraft server

## Add as a dependency

### Maven

```xml


io.github.projectunified
minelib-MODULE
VERSION

```

### Gradle

```groovy
dependencies {
implementation 'io.github.projectunified:minelib-MODULE:VERSION'
}
```