mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-08-29 21:30:43 +00:00
Add tab completion to new command system, remove Brigadier
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
terra {
|
||||
biome;
|
||||
reload;
|
||||
profile {
|
||||
start;
|
||||
stop;
|
||||
reset;
|
||||
query;
|
||||
}
|
||||
tpbiome {
|
||||
biome brigadier:string single_word;
|
||||
}
|
||||
ore {
|
||||
ore brigadier:string single_word;
|
||||
}
|
||||
image {
|
||||
render {
|
||||
size_x brigadier:integer {
|
||||
size_z brigadier:integer;
|
||||
}
|
||||
}
|
||||
gui {
|
||||
raw;
|
||||
step;
|
||||
}
|
||||
}
|
||||
structure {
|
||||
export {
|
||||
structure brigadier:string single_word;
|
||||
}
|
||||
load {
|
||||
structure brigadier:string single_word {
|
||||
rotation brigadier:integer {
|
||||
respect_chunk brigadier:bool;
|
||||
}
|
||||
}
|
||||
}
|
||||
getspawn;
|
||||
}
|
||||
save-data;
|
||||
}
|
||||
Reference in New Issue
Block a user