Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
/ WoolWars Public archive

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

License

Notifications You must be signed in to change notification settings

PixelStudiosDev/WoolWars

Repository files navigation

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