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.
Schem is available on maven central.
repositories {
mavenCentral()
}
dependencies {
implementation 'dev.hollowcube:schem:<see releases>'
}
todo add me
Contributions via PRs and issues are always welcome.
This project is licensed under the MIT License.