项目作者: 602723113

项目描述 :
A development library for BukkitAPI
高级语言: Java
项目地址: git://github.com/602723113/May-Common-Library.git
创建时间: 2017-10-11T13:11:02Z
项目社区:https://github.com/602723113/May-Common-Library

开源协议:MIT License

下载


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

  1. <repositories>
  2. <repository>
  3. <id>jitpack.io</id>
  4. <url>https://jitpack.io</url>
  5. </repository>
  6. </repositories>

Step 2. Add the dependency

  1. <dependency>
  2. <groupId>com.github.602723113</groupId>
  3. <artifactId>May-Common-Library</artifactId>
  4. <version>1.0.1</version>
  5. </dependency>

Gradle

Step 1. Add it in your root build.gradle at the end of repositories:

  1. allprojects {
  2. repositories {
  3. maven { url 'https://jitpack.io' }
  4. }
  5. }

Step 2. Add the dependency

  1. dependencies {
  2. implementation 'com.github.602723113:May-Common-Library:1.0.1'
  3. }

License

  • This project follows the MIT protocol

Compile

This project uses Maven for management
Construction please use command

  1. mvn clean install package

Like this project? Why not put it a star