cmd_replace - LiXizhi/ParaCraft GitHub Wiki
command: /replace
quick ref:
/replace [-all] [from_id:from_data] [to_id:to_data] [radius]
description:
replace all blocks in selected area(aabb) from from_id to to_id,
or replace in region specified by radius around current player position.
@param -all: if nothing is selected, one need to specify -all and a radius value around player position.
@param from_data, to_data: are optional block data. both of which default to 0.
e.g.
/replace -all 62 100 30
/replace -all 10:4095 10:2000 30 :replace color blocks with block data
批量替换方块
点击观看批量编辑教学视频