この動画は、「マインクラフト」の「統合版」である「Bedrock Edition」で使えるコマンドを使って、爆弾を作る方法を紹介しています。コマンドの数はわずか14個で、簡単に爆弾を作ることができます。
まず、コマンドブロックを使って、爆弾を爆発させるためのコマンドを作成します。その後、パイプのアイテムを使って、爆弾を投げるためのコマンドを作成します。
この爆弾は、投げると一定時間後に爆発するように設定されており、周りのブロックやモブを破壊することができます。また、ブロックやモブのダメージを受けないように設定もできます。
この動画では、爆弾の作り方のほかにも、コマンドの紹介やその使い方なども解説しています。また、もしコマンドの入力が間違ってしまった場合には、どのように修正するかも説明しています。
ぜひこの動画を参考にして、自分だけの爆弾を作ってみてください!
爆弾コマンド↓
一個目 衝撃 無条件 動力が必要
scoreboard objectives add explosion dummy
二個目 反復 無条件 常にアクティブ
execute at @e[name=爆弾] unless block ~~-0.1~ air run summon armor_stand explosion ~~100~
三個目 チェーン 無条件 常にアクティブ
execute at @e[name=爆弾] unless block ~~-0.1~ air run kill @e[name=爆弾,c=1]
四個目 チェーン 無条件 常にアクティブ
execute at @e[name=explosion] run tp @e[name=explosion,c=1] ~~~~40
五個目 チェーン 無条件 常にアクティブ
scoreboard players add @e[name=explosion] explosion 1
六個目 チェーン 無条件 常にアクティブ
execute at @e[scores={explosion=1..20}] run summon armor_stand explosion2 ^^^1
七個目 チェーン 無条件 常にアクティブ
execute at @e[name=explosion] run execute at @e[name=explosion2,tag=!explosion2,c=1] run execute at @e[name=explosion2,tag=!explosion2,c=1] run tp @e[name=explosion2,tag=!explosion2,c=1] ~~~ facing @e[name=explosion,c=1]
八個目 チェーン 無条件 常にアクティブ
tag @e[name=explosion2] add explosion2
九個目 チェーン 無条件 常にアクティブ
execute at @e[name=explosion2] run tp @e[name=explosion2,c=1] ^^^2
十個目 チェーン 無条件 常にアクティブ
execute at @e[name=explosion2] run tp @e[name=explosion2,c=1] ~~~~5
十一個目 チェーン 無条件 常にアクティブ
execute at @e[name=explosion2] run summon ender_crystal ~~-100~~~ minecraft:crystal_explode
十二個目 チェーン 無条件 常にアクティブ
execute at @e[name=explosion2] run summon ender_crystal ~~-95~~~ minecraft:crystal_explode
十三個目 無条件 常にアクティブ
execute at @e[scores={explosion=100..}] run kill @e[name=explosion2]
十四個目 無条件 常にアクティブ
execute at @e[scores={explosion=100..}] run kill @e[name=explosion]
これで完成です!
爆弾か????
すごいですね頑張れ投稿頑張れ