今回はコマンドで爆裂魔法陣を作ってみました!見た目も破壊力もクオリティの高い仕上がりになってるので頑張って作ってみてくださいね🐻=========================
【今回使用したコマンド】
【魔法陣】
☆魔法陣スコア管理1
コマブロ1(衝撃、無条件、レッドストーンが必要)
scoreboard objectives add explosion dummy
コマブロ2(チェーン、無条件、常にアクティブ)
scoreboard players set 割り算用 explosion 6
☆魔法陣スコア管理2
コマブロ1(衝撃、無条件、レッドストーンが必要)
scoreboard objectives add explosion2 dummy
☆トライデント検知
コマブロ1(反復、無条件、レッドストーンが必要)
execute @e[type=thrown_trident] ~~~ detect ~0.3~~ air 0 execute @s ~~~detect ~-0.3~~ air 0 execute @s ~~~ detect ~~0.3~ air 0 execute @s ~~~ detect ~~-0.3~ air 0 execute @s ~~~ detect ~~~0.3 air 0 execute @s ~~~ detect ~~~-0.3 air 0 tag @s add "explosion2"
コマブロ2(チェーン、無条件、常にアクティブ)
execute @e[type=thrown_trident,tag=!"explosion2"] ~~~ summon armor_stand explosion ~~1002~
コマブロ3(チェーン、無条件、常にアクティブ)
execute @e[type=thrown_trident,tag=!"explosion2"] ~~~ kill
コマブロ4(チェーン、無条件、常にアクティブ)
tag @e remove "explosion2"
☆パーティクル
コマブロ5(反復、無条件、レッドストーンが必要)
effect @e[tag=explosion] invisibility 1 1 true
コマブロ6(チェーン、無条件、常にアクティブ)
execute @e[tag=explosion] ~~~ tp @s
コマブロ7(チェーン、無条件、常にアクティブ)
execute @e[tag=explosion,name=!explosion] ~~-1000~ particle minecraft:mobflame_single
☆魔法陣本体
コマブロ8(反復、無条件、レッドストーンが必要)
scoreboard players add @e[type=armor_stand,name=explosion] explosion 1
コマブロ9(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=explosion,scores={explosion=1..30}] ^^^20 summon armor_stand explosion2
コマブロ10(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=explosion,scores={explosion=1..30}] ^^^20 scoreboard players operation @e[type=armor_Stand,name=explosion2,c=1] explosion = @s explosion
コマブロ11(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=explosion,scores={explosion=1..30}] ~~~ tp @s ~~~~12
コマブロ12(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=explosion2,scores={explosion=6..}] ~~~ scoreboard players operation @s explosion %= "割り算用" explosion
コマブロ13(チェーン、無条件、常にアクティブ)
scoreboard players add @e[type=armor_stand,name=explosion2,scores={explosion=0}] explosion2 1
コマブロ14(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=explosion2,scores={explosion=0,explosion2=1}] ~~~ tp @s ~~~ facing @e[r=21,rm=19,type=armor_stand,name=explosion,c=1]
コマブロ15(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=explosion2,scores={explosion=0,explosion2=1}] ~~~ tp @s ~~~~18
コマブロ16(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=explosion2,scores={explosion=0,explosion2=1..9}] ~~~ summon armor_stand explosion3
コマブロ17(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=explosion2,scores={explosion=0,explosion2=1..9}] ~~~ tp @s ^^^4
コマブロ18(チェーン、無条件、常にアクティブ)
tag @e[type=armor_stand,name=explosion] add explosion
コマブロ19(チェーン、無条件、常にアクティブ)
tag @e[type=armor_stand,name=explosion2] add explosion
コマブロ20(チェーン、無条件、常にアクティブ)
tag @e[type=armor_stand,name=explosion3] add explosion
コマブロ21(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=explosion,scores={explosion=100..}] ~~~ execute @e[tag=explosion,r=21] ~~~ summon ender_crystal ~~-1000~ minecraft:crystal_explode
コマブロ22(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=explosion,scores={explosion=100..}] ~~~ kill @e[tag=explosion,r=21,name=!explosion]
コマブロ23(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=explosion,scores={explosion=100..}] ~~~ kill @s
コマブロ24(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=explosion] ~~-1000~ execute @e[r=20,type=!player] ~~~ tp @s
コマブロ25(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=explosion] ~~-1000~ effect @a[r=20] slowness 7 1
=========================
概要欄まで見ていただきありがとうございます!見てくださった方はコメントの際に「🐻」の絵文字を付けていただけると「概要欄まで見てくれてるんだ!」ととても嬉しくなります(*^-^*)
☆コマンドができない時はコレを見てね!
• 【マイクラ】コマンド初心者必見!上手くできない時の対処法まとめ!【ゆっくり...
=========================
【マイクラおすすめ動画】
【マイクラ】コマンド魔法の最高傑作!クオリティ重視のメテオと流星群の作り方【スイッチ対応/ゆっくり実況/マインクラフト/統合版】
• 【マイクラ】コマンド魔法の最高傑作!クオリティ重視のメテオと流星群の作り方...
【マイクラ】超簡単でちょっと変わったコマンド銃3種の作り方を紹介!【スイッチ対応/ゆっくり実況/マインクラフト/まいくら】
• 【マイクラ】超簡単でちょっと変わったコマンド銃3種の作り方を紹介!【スイッ...
【マイクラ】コマンド3個でマシンガンのような連射力!?連射式クロスボウ3種類の簡単な作り方を紹介!【スイッチ対応/ゆっくり実況/マインクラフト/統合版】
• 【マイクラ】コマンド3個でマシンガンのような連射力!?連射式クロスボウ3種...
【マイクラ】くるくる回って敵をなぎ倒す!最強のコマンドスピナーソードの作り方【スイッチ対応/ゆっくり実況/マインクラフト/統合版】
• 【マイクラ】くるくる回って敵をなぎ倒す!最強のコマンドスピナーソードの作り...
【マイクラゆっくり実況の再生リスト】
• マイクラコマンド動画
=========================
Twitterもしているので良かったらフォローお願いします!
twitter.com/kumagoro147
=========================
【素材をお借りしているサイト】
きつねゆっくり様→ urx.blue/VcNS
効果音ラボ様→ soundeffect-lab.info/
youtubeオーディオライブラリー様→bit.ly/2EF3Tpu
ニコニ・コモンズ様→commons.nicovideo.jp/
魔王魂様→maoudamashii.jokersounds.com/
MusMus様→musmus.main.jp/
DOVA-SYNDROME→dova-s.jp/
騒音のない世界様→noiselessworld.net/music
いらすとや様→ www.irasutoya.com/
=========================
#マイクラ
#マイクラコマンド
#ゆっくり実況
#マイクラコマンドスイッチ対応
#マイクラコマンド簡単
#マイクラ統合版
#マイクラコマンド魔法陣
#マイクラ魔法
#minecraft
#くまりゅうチャンネル
コメント