PixelStudiosDev / WoolWars

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

Home Page:https://cubecrafter.github.io/wool-wars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://cubecrafter.github.io/wool-wars

License:GNU General Public License v3.0


Languages

Language:Java 100.0%