-
Notifications
You must be signed in to change notification settings - Fork 6
Explanation
"block":
"block_id"
- block you want to your object be drawn with. You can use letters(strings) or numbers(numerical id).
"restrict":
true
/false
- restrict all drawing to your worldedit selection.
"height":
1
sets wall height.
"onGround":
true
/false
- if set true, it will draw on the ground, if set false it will use player height as height origin to draw from.
"offset":
option to set offset from the ground.
"ignoreBuildings":
option to ignore existing buildings.
"ignoreVegetation:"
option to ignore vegetation.
"ignoredBlocks":
option to:
allowedBlocks
option to:
"ignoredBlocks":
["see below"]
The blocks ignored by default are used to not draw a path on the vegetation. Use can use your own list to override this list.
[
'air',
'tallgrass',
'sapling',
'log',
'log2',
'leaves',
'leaves2',
'deadbush',
'red_flower',
'yellow_flower',
'red_mushroom',
'brown_mushroom',
'vine',
'waterlily',
'cactus',
'reeds',
'pumpkin',
'melon_block',
'snow_layer',
'double_plant'
]
The blocks allowed by default are used to not draw a path on existing buildings. Use can use your own list to override this list.
command:
"allowedBlocks":
["see below"]
[
'air',
'grass',
'dirt',
'stone',
'sand',
'grass_path',
'concrete',
'gravel',
'water',
'lava'
]
For suggestions on how to improve BTE-Tools Wiki please contact Agrro#7602 on discord, or create issue on github.