「天気の子」公開ってことで、超高速でお天気を切り替えてみました。
[Minecraft(java)] V1.14.4 [コマブロ(初期化)] scoreboard objectives remove TIMERscoreboard objectives remove IF
scoreboard objectives remove STAT
scoreboard objectives add TIMER dummy "TIMER"
scoreboard objectives add IF dummy "IF"
scoreboard objectives add STAT dummy "STAT"
scoreboard players set ユーザー名 TIMER 0
scoreboard players set ユーザー名 IF 0
scoreboard players set ユーザー名 STAT 0 [コマブロ(1秒でお天気切り替え)] execute if score ユーザー名 TIMER matches 1 run execute if score ユーザー名 STAT matches 2 run weather thunder
execute if score ユーザー名 TIMER matches 1 run execute if score ユーザー名 STAT matches 1 run weather clear
execute if score ユーザー名 TIMER matches 1 run execute if score ユーザー名 STAT matches 0 run weather rain
scoreboard players set ユーザー名 IF 0
execute if score ユーザー名 TIMER matches 1 run execute if score ユーザー名 IF matches 0 run execute if score ユーザー名 STAT matches 0 run execute store result score ユーザー名 IF run scoreboard players set ユーザー名 STAT 1
execute if score ユーザー名 TIMER matches 1 run execute if score ユーザー名 IF matches 0 run execute if score ユーザー名 STAT matches 1 run execute store result score ユーザー名 IF run scoreboard players set ユーザー名 STAT 2
execute if score ユーザー名 TIMER matches 1 run execute if score ユーザー名 IF matches 0 run execute if score ユーザー名 STAT matches 2 run execute store result score ユーザー名 IF run scoreboard players set ユーザー名 STAT 0
scoreboard players set ユーザー名 TIMER 0
execute unless entity @e[tag=timer] run scoreboard players set ユーザー名 TIMER 1
execute unless entity @e[tag=timer] run summon minecraft:area_effect_cloud ~ ~ ~ Duration:20,Tags:["timer"] [Twitter] Tweets by icVmwU5LxSf8A9D [Tumblr] https://minecraftforadults.tumblr.com [music(魔王魂)] https://maoudamashii.jokersounds.com