This repository provides an open source library containing basic API for Gangs+ spigot plugin.
- Add Maven/Gradle dependency to your project (code snippets are available in the section below)
- Add
GangsPlus
todepend
orsoftdepend
section ofplugin.yml
in your plugin project - You can start adding desired implementation to your plugin
When using this API, make sure you use valid version corresponding to Gangs+'s version your plugin is going to be used with.
Gangs+ version | API version |
---|---|
2.0.0 - ... | 1.0.0 |
Note: It's not recommended to use the latest
version tag. Use fixed version
from Releases instead.
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.brcdev-minecraft</groupId>
<artifactId>gangs-api</artifactId>
<version>latest</version>
<scope>provided</scope>
</dependency>
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
compileOnly 'com.github.brcdev-minecraft:gangs-api:latest'
}
You can contact the maintainers at our Discord server - http://discord.brcdev.net/