extremall-dev / AdvancedKitsAPI

Unleash the Power of Customization with AdvancedKits - The most advanced kits plugin ever made.

Home Page:https://www.spigotmc.org/resources/90054/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdvancedKits

Unleash the Power of Customization with AdvancedKits - The most advanced kits plugin ever made.

Links:

API

How to get AdvancedKits API into your project:

Replace VERSION with the current version of AdvancedKits. (Find here)

Gradle:

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

dependencies {
    compileOnly 'com.github.extremall-dev:AdvancedKitsAPI:VERSION'
}

Maven:

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

<dependencies>
    <dependency>
	<groupId>com.github.extremall-dev</groupId>
        <artifactId>AdvancedKitsAPI</artifactId>
        <version>VERSION</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

About

Unleash the Power of Customization with AdvancedKits - The most advanced kits plugin ever made.

https://www.spigotmc.org/resources/90054/

License:GNU General Public License v3.0


Languages

Language:Java 100.0%