Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 492 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 492 Bytes

MineLib Maven Central Version

Modules for aspects in Minecraft server

Add as a dependency

Maven

<dependencies>
  <dependency>
    <groupId>io.github.projectunified</groupId>
    <artifactId>minelib-MODULE</artifactId>
    <version>VERSION</version>
  </dependency>
</dependencies>

Gradle

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