A library based on BukkitAPI development, and give developer some useful feature
- English
- Chinese | 中文
In MCLib you can enjoy the following features
- Easy to use NMS
- Easy to use NBT
- Easy to use Tellraw
- Easy to use ServerPing
- Easy to use Book
- Easy to use 1.12 new features Advancement
- Easy to use Pager
- Easy to use Reflection
- A lot of Utils
- ...
Step 1. Add the JitPack repository to your build file
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Step 2. Add the dependency
<dependency>
<groupId>com.github.602723113</groupId>
<artifactId>May-Common-Library</artifactId>
<version>1.0.1</version>
</dependency>
Step 1. Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.602723113:May-Common-Library:1.0.1'
}
- This project follows the MIT protocol
This project uses Maven for management
Construction please use command
mvn clean install package
Like this project? Why not put it a star