This repository will no longer be updated, new updates can be found on Polymart / SpigotMC / BuiltByBit
Buy the plugin (Polymart / SpigotMC / BuiltByBit) to get support and keep the development going!
You can find the full documentation here.
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.CubeCrafter</groupId>
<artifactId>WoolWars</artifactId>
<version>Tag</version>
<scope>provided</scope>
</dependency>
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly 'com.github.CubeCrafter:WoolWars:Tag'
}