utfunderscore / schem

Schematic library for Minestom

Repository from Github https://github.comutfunderscore/schemRepository from Github https://github.comutfunderscore/schem

Schem

license

A schematic reader and writer library for Minestom. The library can read Sponge schematics versions 1-3, currently it always writes as Sponge schematics version 1.

Install

Schem is available on maven central.

repositories {
    mavenCentral()
}

dependencies {
    implementation 'dev.hollowcube:schem:<see releases>'
}

Usage

todo add me

Contributing

Contributions via PRs and issues are always welcome.

License

This project is licensed under the MIT License.

About

Schematic library for Minestom

License:MIT License


Languages

Language:Java 100.0%