/WoolWars

Fight to take control of the wool at the center of the map!

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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!


Developer API

You can find the full documentation here.

Maven

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

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    compileOnly 'com.github.CubeCrafter:WoolWars:Tag'
}