/text

An open-source MIT licensed library for working with text from Minecraft.

Primary LanguageJavaMIT LicenseMIT

text

text is an open-source MIT licensed library for working with text from Minecraft.

Usage

text is available through my Maven repository (repo.jamiemansfield.me).

repositories {
    mavenCentral()
    maven {
        name = 'jamiemansfield'
        url = 'http://repo.jamiemansfield.me/'
    }
}

dependencies {
    compile 'me.jamiemansfield.mc:text:0.0.1-SNAPSHOT'
}