File tree Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Original file line number Diff line number Diff line change 1
- # schem
1
+ # Schem
2
2
3
- todo write me
3
+ [ ![ license] ( https://img.shields.io/github/license/Minestom/MinestomDataGenerator.svg )] ( LICENSE )
4
+
5
+ A schematic reader and writer library for Minestom. The library can read Sponge schematics versions 1-3, currently
6
+ it always writes as Sponge schematics version 1.
7
+
8
+ ## Install
9
+
10
+ Schem is available on [ maven central] ( https://search.maven.org/search?q=g:dev.hollowcube%20AND%20a:schem ) .
11
+
12
+ ``` groovy
13
+ repositories {
14
+ mavenCentral()
15
+ }
16
+
17
+ dependencies {
18
+ implementation 'dev.hollowcube:schem:<see releases>'
19
+ }
20
+ ```
21
+
22
+ ## Usage
23
+
24
+ todo add me
25
+
26
+ ## Contributing
27
+
28
+ Contributions via PRs and issues are always welcome.
29
+
30
+ ## License
31
+
32
+ This project is licensed under the [ MIT License] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments