Because.
两个问题:


1.一些关于使用命令方块的基础教程[越多越好]


2.使用命令方块达到:

当一个玩家掉进虚空(y≤0)时,把他传送到一个特定的坐标(x1,y1,z1)

并清除一个区域所有的方块(从(x2,y2,z2)到(x3,y3,z3)的区域)



zjxx
基础教程么
http://www.mcbbs.net/thread-237123-1-1.html   

关于你的问题
http://www.mcbbs.net/thread-707825-1-1.html
之前动物正好问过2333
在命令方块里高频这个
/execute @a ~ ~ ~ kill @a[y=-2,r=2]
然后手动输指令

/scoreboard objectives add 记分板名字 deathCount
名字我就拿deaths示例了哈
/scoreboard objectives add deaths deathCount
然后再输
/scoreboard objectives setdisplay sidebar deaths
再放一个高频命令方块
输入
/testfor @a[score_deaths_min=1,score_deaths=1]
放个红石检测器对着命令方块
(检测命令方块发出的红石信号xD)
最后再红石信号旁放个命令方块,里面扔这个指令
/scoreboard objectives setdisplay sidebar
最后有红石信号了,你的检测目的达到了2333
实测1.10.2可用





第一页 上一页 下一页 最后一页