cmd_loadtemplate - LiXizhi/ParaCraft GitHub Wiki
command: /loadtemplate
quick ref:
/loadtemplate [-r] [-abspos] [-tp] [-a seconds] [x y z] [templatename]
description:
load template to the given position
@param -a seconds: animate building progress. the followed number is the number of seconds (duration) of the animation.
@param -r: remove blocks
@param -abspos: whether load using absolute position.
@param -tp: whether teleport player to template player's location.
@param x,y,z: absolute or relative position, default to current player position
@param templatename: filename relative to current world or blocktemplates/. If no file extension is specified, [name].blocks.xml is used.
default name is "default"
/loadtemplate ~0 ~2 ~ test
/loadtemplate -a 3 test
/loadtemplate -r test
加载模板到指定的位置。