Skip to content

DevMunky/schem

 
 

Repository files navigation

Warning

This branch is a heavy work in progress, expect things to change in the future before it is merged.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%