地鐵逃生花盆開箱指令教程

創(chuàng)建一個(gè)計(jì)分板
scoreboard objectives add 開箱 dummy
指令部分:
tag @a remove 開箱
(循環(huán)無條件保持開啟)
execute @a ~~~ detect ~~~ flower_pot 0 tag @s add 開箱
(連鎖無條件保持開啟)
/scoreboard players random @a[tag=!開箱] 開箱 5 10
(連鎖無條件保持開啟)
execute @a[tag=開箱] ~~~titleraw @s actionbar {"rawtext":[{"text":"§6剩余開箱時(shí)間§e:§b"},{"score":{"name":"@s","objective":"開箱"}}]}
(連鎖無條件保持開啟)
execute @a[tag=開箱,scores={開箱=0}] ~~~ clone 道具池坐標(biāo) 道具池坐標(biāo) ~~~
(連鎖無條件保持開啟)
execute @a[tag=開箱,scores={開箱=0}] ~~~ setblock ~~~ air 0 destroy
(連鎖無條件保持開啟)
execute @a[tag=開箱,scores={開箱=0}] ~~~ kill @e[r=3,type=item,name=木桶]
(連鎖無條件保持開啟)
/scoreboard players remove @a[tag=開箱,scores={開箱=1..}] 開箱 1
(循環(huán)無條件保持開啟延遲20)
道具池指令:
clone ~~1~ ~~1~ 道具池坐標(biāo)??(木桶放在命令方塊上,要多少個(gè)就弄多少個(gè),以此類推)
標(biāo)簽: