/nyaautils

Gaming utilities/helpers for NyaaCat Minecraft Server

Primary LanguageJavaMIT LicenseMIT

nyaautils

Gaming utilities/helpers for NyaaCat Minecraft Server

Detailed function manual please refer to Wiki.

Build Status

Use as dependency in Gradle

repositories {
    maven {
        name 'nyaa'
        url 'https://raw.githubusercontent.com/NyaaCat/nyaautils/maven-repo'
    }
}

dependencies {
    compile('cat.nyaa:nyaautils:2.0-SNAPSHOT') {
        transitive = false
    }
}