mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-08-29 21:30:43 +00:00
Implement structure storage format (to be moved to Gaea in the future)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -24,4 +24,14 @@ terra {
|
||||
step;
|
||||
}
|
||||
}
|
||||
structure {
|
||||
export {
|
||||
structure brigadier:string single_word;
|
||||
}
|
||||
load {
|
||||
structure brigadier:string single_word {
|
||||
respect_chunk brigadier:bool;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user