Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Latest commit

 

History

History
64 lines (58 loc) · 1.89 KB

README_zh_CN.md

File metadata and controls

64 lines (58 loc) · 1.89 KB

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

一个基于BukkitAPI开发的类库

Wiki

特性

MCLib 中你可以享受以下功能

  • 简易使用NMS
  • 简易使用NBT
  • 简易的使用Tellraw
  • 简易的使用ServerPing
  • 简易的使用Book
  • 简易的使用1.12的新特性Advancement
  • 简易的使用分页(Pager)
  • 简易的使用反射工具类
  • 封装了许许多多的Util
  • ...

构建工具的配置

Maven

Step 1. 添加repository

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

Step 2. 添加dependency

<dependency>
    <groupId>com.github.602723113</groupId>
    <artifactId>May-Common-Library</artifactId>
    <version>1.0.1</version>
</dependency>

Gradle

Step 1. 添加repositories

allprojects {
  repositories {
    maven { url 'https://jitpack.io' }
  }
}

Step 2. 添加dependency

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

协议

  • 本项目遵循 MIT 协议

编译

本项目使用 maven 进行管理
构建请使用

  mvn clean install package

喜欢这个项目?不妨给它留个star?