UnknownStudio / UDPLib

Unknown Domain Spigot Plugin Library

Home Page:https://mccraft.cn/project/udplib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDPLib CircleCI Github All Releases

Unknown Domain Spigot Plugin Library

By using this lib, you can easily develop your plugin with the help of such feature:

  • Annotation Command Support (Build your command with @Command)
  • Inventory UI (Custom behaviors of inventory's slot)
  • Area Manager (Allow you to manager area intuitively)
  • Item/Block Helper
  • NMS Wapper (An easy and safe way to using nms)
  • Conversation API
  • Utils & Helpers
  • ....

Usage

DocumentGithub Wiki

Download

To get this projectf rom JitPack.io into your build:

Maven:

  1. Add the JitPack repository to your build file
	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://www.jitpack.io</url>
		</repository>
	</repositories>
  1. Add the dependency
	<dependency>
	    <groupId>com.github.UnknownStudio</groupId>
	    <artifactId>UDPLib</artifactId>
	    <version>1.1.1</version>
	</dependency>

Gradle:

  1. Add this in your root build.gradle at the end of repositories
	allprojects {
		repositories {
			...
			maven { url 'https://www.jitpack.io' }
		}
	}
  1. Add the dependency
	dependencies {
	        compile 'com.github.UnknownStudio:UDPLib:1.1.1'
	}

About

Unknown Domain Spigot Plugin Library

https://mccraft.cn/project/udplib/

License:Apache License 2.0


Languages

Language:Java 99.0%Language:HTML 1.0%