View difference between Paste ID: ptar8wWb and M6pREMcX
SHOW: | | - or go back to the newest paste.
1
Race Countdown
2
3
command /Race start:
4
    trigger:
5
        broadcast "&9>> &b&lレースを開始します......."
6
        wait 20 ticks
7
        command "/tellraw @a {"text":"5...","color":"gold"}"
8
        wait 20 ticks
9
        command "/tellraw @a {"text":"4...","color":"gold"}"
10
        wait 20 ticks
11
        command "/tellraw @a {"text":"3...","color":"red"}"
12
        wait 20 ticks
13
        command "/tellraw @a {"text":"2...","color":"red"}"
14
        wait 20 ticks
15
        command "/tellraw @a {"text":"1...","color":"red"}"
16
        wait 20 ticks
17-
        command "/tellraw @a ["",{"text":">>> ","color":"blue"},{"text":"\u30b9\u30bf\u30fc\u30c8\uff01\uff01\uff01","bold":true,"color":"white"}]"
17+
        command "/tellraw @a ["",{"text":">>> ","color":"blue"{"text":"\u30b9\u30bf\u30fc\u30c8\uff01\uff01\uff01","bold":true,"color":"white"}]"
18
        command "/title @a title {"text":"START!!!","bold":true,"color":"aqua"}"
19-
        command "/title @a subtitle {"text":"-RealmAthleticRace-","color":"yellow"}"
19+