Skip to content

hollow-cube/schem

Repository files navigation

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.