May Common Library Save Abandoned

A development library for BukkitAPI

Project README

May Common Library (MCLib) Build status Build Status Codacy Badge

A library based on BukkitAPI development, and give developer some useful feature

Wiki

README Languages

Feature

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
  • ...

Use it as a dependency

Maven

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>

Gradle

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'
}

License

  • This project follows the MIT protocol

Compile

This project uses Maven for management
Construction please use command

  mvn clean install package

Like this project? Why not put it a star

Open Source Agenda is not affiliated with "May Common Library" Project. README Source: 602723113/May-Common-Library
Stars
36
Open Issues
1
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating