-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,32 @@ | ||
# schem | ||
# Schem | ||
|
||
todo write me | ||
[![license](https://img.shields.io/github/license/Minestom/MinestomDataGenerator.svg)](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](https://search.maven.org/search?q=g:dev.hollowcube%20AND%20a:schem). | ||
|
||
```groovy | ||
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](LICENSE). |