Skip to content

brcdev-minecraft/gangs-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gangs-api

GitHub release GitHub GitHub last commit

This repository provides an open source library containing basic API for Gangs+ spigot plugin.

How to use

  1. Add Maven/Gradle dependency to your project (code snippets are available in the section below)
  2. Add GangsPlus to depend or softdepend section of plugin.yml in your plugin project
  3. You can start adding desired implementation to your plugin

Version compatibility matrix

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

Dependencies

Note: It's not recommended to use the latest version tag. Use fixed version from Releases instead.

Maven

	<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>

Gradle

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
	dependencies {
	        compileOnly 'com.github.brcdev-minecraft:gangs-api:latest'
	}

Contact

You can contact the maintainers at our Discord server - http://discord.brcdev.net/