Implement structure storage format (to be moved to Gaea in the future)

This commit is contained in:
dfsek
2020-09-22 20:52:11 -07:00
parent 53a82470da
commit aa326d95e9
14 changed files with 400 additions and 106 deletions
+1
View File
@@ -3,6 +3,7 @@ main: com.dfsek.terra.Terra
version: 1.0.0
load: STARTUP
api-version: "1.15"
softdepend: ["WorldEdit"]
commands:
terra:
description: Terra base command
+10
View File
@@ -24,4 +24,14 @@ terra {
step;
}
}
structure {
export {
structure brigadier:string single_word;
}
load {
structure brigadier:string single_word {
respect_chunk brigadier:bool;
}
}
}
}