Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 1.93 KB

README.md

File metadata and controls

54 lines (47 loc) · 1.93 KB


Notice: Support will only be provided to buyers. Buy the plugin on Polymart: Link

Contributors: @Ixf1nity, @Teru


Developer API

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

Learn more Here