setblock <坐标:x y z> <方块名:字符串> [方块数据:整数] [原方块处理方式:字符串] <坐标:x y z>:是笛卡尔坐标系,用xyz表示(数字之间有空格),在规则中打开显示坐标可以查看 <方块名:字符串>:填方块英文名,如“command_block”,空格间用“_”代替 [方块数据:整数]:不填选时,默认为0,范围在0~15,通...
setblock [x][y][z][方块名称](数据值)(NBTtag)[]中为必要参数,()中为附加参数 可以省略 setblock为指令主体 [x][y][z]为方块放置的坐标 [方块名称]为要放置的方块的名称,比如石头为stone,红石块为redstone_block,指令方块为command_block (数据值)为方块附加值,比如所有羊毛的名称是一样...
首先是setblock,顾名思义,setblock就是set一些block,也就是放置方块的意思,这个命令的语法是 /setblock x y z 方块名称 数据值 旧方块处理方式 方块标签 其中,带下划线的是一个完整的指令必须具有的参数。光说不练,来个最简单的例子 /setblock 0 0 0 minecraft:command_block 0 replace 这个指...
/setblock Command 文章 12/10/2023 2 位參與者 意見反映 在此文章 Usage Arguments Enums Changes a block to another block. 展開表格 Permission Level Game Directors Requires Cheats? Yes Usage Set block, tile data /setblock <position: x y z> <tileName: Block> <blockStates: block ...
激活末地传送门后,在下面挖个洞,放命令方块在洞里(/give@scommand_block),就是在虚空方块下面。输入这个指令:setblock~~1~air0destroy。它就会掉... 闪臣ip代理 全国线路任选 海量ip 一键切换 闪臣ip代理 操作简单, 任意定时自动更换ip,全局或局部代理任意选择.广告 今日新开传奇发布zhaof.com,找服网站火龙版本...
setblock <position: x y z> <tileName: Block> [tileData: int] [destroy|keep|replace] setblock <position: x y z> <tileName: Block> [blockStates: block states] [destroy|keep|replace] 参数 JE:<pos>:block_pos BE:position: x y z:CommandPosition 指定要被更改方块的位置。 必须为方块坐标,...
我的世界自动建房子的指令是:/execute @e[type=Zombie] ~1 ~ ~ setblock ~ ~ ~minecraft:stone、/execute @e[type=Zombie] ~1 ~1 ~ setblock ~ ~ ~minecraft:stone、/execute @e[type=Zombie] ~1 ~2 ~ setblock ~ ~ ~minecraft:stone、/execute @e[type=Zombie] ~ ~2 ~ setblock ~...
setblock <position: x y z> <tileName: Block> [tileData: int] [destroy|keep|replace]Arguments[edit]<pos> (BE: position: x y z)Specifies the position of the block to be changed. May use tilde and caret notation to specify a position relative to the command's execution.<block> (BE:...
What command block setup would I use? I was thinking about a testfor command which sends a signal when they are standing at the certain area {x=10,y=5,z=20} and if the player stood on that block the testfor command should be sending a signal to another commandblock whi...
to fill blocks, it only apply on the lower block, and make the higher block a ghost block. In other situation, if the Y value are higher(I tested Y=1536), the error message will become "An unexpected error occurred trying to execute that command", but if you run command on coordinate...