スライディングコマンド↓ 一個目 衝撃 無条件 動力が必要(これはボタンで実行) scoreboard objectives add surai dummy 二個目 反復 無条件 常にアクティブ tag @e remove dashu 三個目 チェーン 無条件 常にアクティブ execute as @a at @s if entity @s[y=~1.4,dx=0] unless entity @s[y=~1.5,dx=0] run tag @a[c=1] add dashu 四個目 チェーン 無条件 常にアクティブ execute as @a at @s unless entity @s[y=~1.4,dx=0] run tag @a[c=1] add dashu 五個目 チェーン 無条件 常にアクティブ scoreboard players set @e[tag=!surai,tag=dashu] surai 8 六個目 チェーン 無条件 常にアクティブ tag @e[tag=dashu] add surai 七個目 チェーン 無条件 常にアクティブ scoreboard players add @a surai -1 八個目 チェーン 無条件 常にアクティブ execute at @a[scores={surai=..0}] positioned ~~~ run fill ~15~3~15 ~-15~-2~-15 air replace barrier 九個目 チェーン 無条件 常にアクティブ effect @e[scores={surai=7}] speed 1 60 true 十個目 チェーン 無条件 常にアクティブ effect @a[scores={surai=2}] speed 0 0 true 十一個目 チェーン 無条件 常にアクティブ execute at @e[scores={surai=1..7}] run fill ~5~1~5~-5~1~-5 barrier keep 十二個目 チェーン 無条件 常にアクティブ tag @e[tag=!dashu] remove surai 十三個目 チェーン 無条件 常にアクティブ execute at @e[scores={surai=1..}] run particle minecraft:explosion_particle ~~~ 十四個目 チェーン 無条件 常にアクティブ execute at @e[scores={surai=1..}] run playsound use.moss @a ~~~ これで完成です!!
完全なるロブロのライバル
もっと簡単なの作ってください。お願いします
@さと-k8t