Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.
/ BukkitUtils Public archive

BukkitUtils is a plugin developed for Bukkit server and provides some simple util

License

Notifications You must be signed in to change notification settings

602723113/BukkitUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BukkitUtils

BukkitUtils是一个对于Bukkit服务器所开发的插件, 所用语言为Kotlin

协议

该开源项目遵循MIT协议

Repository

Maven

如果你是Maven那么请添加以下的内容进你的pom.xml

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

<dependency>
    <groupId>com.github.DeepinMC</groupId>
    <artifactId>BukkitUtils</artifactId>
    <version>v1.0.0</version>
</dependency>
Gradle

如果你是Gradle那么请添加以下的内容进你的build.gradle

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}
	
dependencies {
    compile 'com.github.DeepinMC:BukkitUtils:v1.0.0'
}

About

BukkitUtils is a plugin developed for Bukkit server and provides some simple util

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages