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"}"
|
| 7 | + | execute console command "/tellraw @a {"text":"5...","color":"gold"}"
|
| 8 | wait 20 ticks | |
| 9 | - | command " /tellraw @a {"text":"4...","color":"gold"}"
|
| 9 | + | execute console command "/tellraw @a {"text":"4...","color":"gold"}"
|
| 10 | wait 20 ticks | |
| 11 | - | command " /tellraw @a {"text":"3...","color":"red"}"
|
| 11 | + | execute console command "/tellraw @a {"text":"3...","color":"red"}"
|
| 12 | wait 20 ticks | |
| 13 | - | command " /tellraw @a {"text":"2...","color":"red"}"
|
| 13 | + | execute console command "/tellraw @a {"text":"2...","color":"red"}"
|
| 14 | wait 20 ticks | |
| 15 | - | command " /tellraw @a {"text":"1...","color":"red"}"
|
| 15 | + | execute console 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 | + | execute console 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"}"
|
| 18 | + | execute console command "/title @a title {"text":"START!!!","bold":true,"color":"aqua"}"
|
| 19 | - | command " /playsound entity.wither.spawn ambient accelerando358 ~5 ~5 ~5 1 1 1" |
| 19 | + | execute console command "/playsound entity.wither.spawn ambient accelerando358 ~5 ~5 ~5 1 1 1" |