站在方塊上傳送/撤離
前置指令(聊天欄輸入后執(zhí)行一次即可) /scoreboard objectives add 撤離 dummy 命令方塊部分 [循環(huán)20延遲保持開啟] tag @a remove 撤離 [連鎖0延遲保持開啟] execute @a ~~~ detect ~~~ carpet 6 tag @s add 撤離
(carpet 6是粉紅色地毯,根據(jù)顏色和方塊可以自己調(diào)整)
title @a[scores={撤離=0..},tag=!撤離] title §c§l撤離中止! scoreboard players remove @a[scores={撤離=1..},tag=撤離] 撤離 1 execute @a[scores={撤離=0..},tag=撤離] ~~~ titleraw @s title {"rawtext":[{"translate":"%%2","with":{"rawtext":[{"selector":"@s[scores={撤離=1..}]"},{"translate":"%%1%%2%%3%%4","with":{"rawtext":[{"text":"§b§l請等待…"},{"translate":"%%2","with":{"rawtext":[{"selector":"@s[scores={撤離=4..}]"},{"text":"§6"},{"text":"§a"}]}},{"score":{"name":"@s","objective":"撤離"}},{"text":"§b秒"}]}},{"text":"§a§l已到達(dá)基地"}]}}]} tp @a[scores={撤離=0},tag=撤離] 91 103 1008
(自定義的傳送終點坐標(biāo),執(zhí)行效果為傳送到命令方塊所在維度的坐標(biāo),如果套execute則是玩家所在的維度的坐標(biāo))
execute @a[scores={撤離=0},tag=撤離] ~~~ tellraw @s {"rawtext":[{"text":"§6§l幸存者[§a"},{"selector":"@s"},{"text":"§6]§4 》§3撤離成功§4《§e On the move"}]} tag @a[scores={撤離=0},tag=撤離] remove 撤離 scoreboard players set @a[tag=!撤離] 撤離 -1 scoreboard players set @a[scores={撤離=-1},tag=撤離] 撤離 10
(10是時間長度,可任意更改,推薦至少3以上)
第一個循環(huán)保持開啟無條件延遲20 然后后面都是連鎖無條件保持開始不用管延遲 直接復(fù)制粘貼就可以 {"text":"
這里的文字內(nèi)容隨便改
"} 順便說說有什么想要的指令嗎