今回はクオリティ重視のコマンド魔法、メテオと流星群を作ってみました!特に流星群は見た目も含めて最高傑作だと思います!クオリティ重視なのでコマンドは多めですがよかったら作ってみて下さいね🐻
【今回使用したコマンド】
【メテオ】
コマブロ1(反復、無条件、レッドストーンが必要)
execute @e[type=xp_bottle] ~~-1~ effect @p[r=1] levitation 1 50 true
コマブロ2(チェーン、無条件、常にアクティブ)
execute @e[type=xp_bottle] ~~-1~ effect @p[r=1] slow_falling 11 1 true
コマブロ3(チェーン、無条件、常にアクティブ)
execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[type=xp_bottle] ~~-1~ summon armor_stand meteor_shoot ~~~
コマブロ4(チェーン、無条件、常にアクティブ)
effect @e[type=armor_stand,name=meteor_shoot] invisibility 1 1 true
コマブロ5(チェーン、無条件、常にアクティブ)
execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[type=xp_bottle] ~~-1~ summon armor_stand meteor_target ~~~
コマブロ6(チェーン、無条件、常にアクティブ)
execute @e[type=xp_bottle] ~~-1~ spreadplayers ~~ 0.5 20 @e[type=armor_stand,name=meteor_shoot,c=16]
コマブロ7(チェーン、無条件、常にアクティブ)
execute @e[type=xp_bottle] ~~-1~ spreadplayers ~~ 0.5 20 @e[type=armor_stand,name=meteor_target,c=16]
コマブロ8(チェーン、無条件、常にアクティブ)
execute @e[type=xp_bottle] ~~-1~ execute @e[type=armor_stand,name=meteor_shoot,c=16] ~~~ tp @s ~~~ facing @e[type=armor_stand,name=meteor_target,c=1]
コマブロ9(チェーン、無条件、常にアクティブ)
execute @e[type=xp_bottle] ~~-1~ execute @e[type=armor_stand,name=meteor_shoot,c=16] ~~~ tp @s ~~50~
コマブロ10(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=meteor_shoot] ~~~ detect ~~-1~ air 0 tag @s add can_drop
コマブロ11(チェーン、無条件、常にアクティブ)
execute @e[tag=can_drop] ~~~ tp @s ^^-0.5^0.1
コマブロ12(チェーン、無条件、常にアクティブ)
execute @e[tag=can_drop] ~~~ particle minecraft:mobflame_single
コマブロ13(チェーン、無条件、常にアクティブ)
execute @e[tag=can_drop] ~~~ playsound random.fuse @a ~~~ 0.2
コマブロ14(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=meteor_shoot,tag=!can_drop] ~~~ particle minecraft:huge_explosion_emitter ~~~
コマブロ15(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=meteor_shoot,tag=!can_drop] ~~~ playsound cauldron.explode @a ~~~ 2
コマブロ16(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=meteor_shoot,tag=!can_drop] ~~~ damage @e[r=4] 24 entity_explosion
コマブロ17(チェーン、無条件、常にアクティブ)
kill @e[type=armor_stand,name=meteor_target]
コマブロ18(チェーン、無条件、常にアクティブ)
kill @e[type=xp_bottle]
コマブロ19(チェーン、無条件、常にアクティブ)
tag @e remove can_drop
【流星群】
コマブロ1(反復、無条件、レッドストーンが必要)
execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[type=xp_bottle] ~~-1~ execute @p ~~~ summon armor_stand meteor_shoot ^^^25
コマブロ2(チェーン、無条件、常にアクティブ)
effect @e[type=armor_stand,name=meteor_shoot] invisibility 1 1 true
コマブロ3(チェーン、無条件、常にアクティブ)
execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[c=2] ~~~ execute @e[type=xp_bottle] ~~-1~ execute @p ~~~ summon armor_stand meteor_target ^^^25
コマブロ4(チェーン、無条件、常にアクティブ)
execute @e[type=xp_bottle] ~~-1~ execute @p ^^^25 spreadplayers ~~ 0.5 20 @e[type=armor_stand,name=meteor_shoot,c=64]
コマブロ5(チェーン、無条件、常にアクティブ)
execute @e[type=xp_bottle] ~~-1~ execute @p ^^^25 spreadplayers ~~ 0.5 20 @e[type=armor_stand,name=meteor_target,c=32]
コマブロ6(チェーン、無条件、常にアクティブ)
execute @e[type=xp_bottle] ~~-1~ execute @p ^^^25 execute @e[type=armor_stand,name=meteor_shoot,c=64] ~~~ tp @s ~~~ facing @e[type=armor_stand,name=meteor_target,c=1]
コマブロ7(チェーン、無条件、常にアクティブ)
execute @e[type=xp_bottle] ~~-1~ execute @p ^^^25 execute @e[type=armor_stand,name=meteor_shoot,c=64] ~~~ tp @s ~~50~
コマブロ8(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=meteor_shoot] ~~~ detect ~~-1~ air 0 tag @s add can_drop
コマブロ9(チェーン、無条件、常にアクティブ)
execute @e[tag=can_drop] ~~~ tp @s ^^-0.5^0.1
コマブロ10(チェーン、無条件、常にアクティブ)
execute @e[tag=can_drop] ~~~ particle minecraft:shriek_particle
コマブロ11(チェーン、無条件、常にアクティブ)
execute @e[tag=can_drop] ~~~ playsound mob.allay.idle @a ~~~ 2 5
コマブロ12(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=meteor_shoot,tag=!can_drop] ~~~ particle minecraft:huge_explosion_emitter ~~~
コマブロ13(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=meteor_shoot,tag=!can_drop] ~~~ playsound cauldron.explode @a ~~~ 2
コマブロ14(チェーン、無条件、常にアクティブ)
execute @e[type=armor_stand,name=meteor_shoot,tag=!can_drop] ~~~ damage @e[r=4] 24 entity_explosion
コマブロ15(チェーン、無条件、常にアクティブ)
kill @e[type=armor_stand,name=meteor_target]
コマブロ16(チェーン、無条件、常にアクティブ)
kill @e[type=xp_bottle]
コマブロ17(チェーン、無条件、常にアクティブ)
tag @e remove can_drop
見てくださった方はコメントの際に「🐻」の絵文字を付けていただけると「概要欄まで見てくれてるんだ!」ととても嬉しくなります(*^-^*)
☆コマンドができない時はコレを見てね!
【マイクラゆっくり実況の再生リスト】
Twitterもしているので良かったらフォローお願いします!
Tweets by kumagoro147
【素材をお借りしているサイト】
きつねゆっくり様→ http://urx.blue/VcNS
効果音ラボ様→ https://soundeffect-lab.info/
youtubeオーディオライブラリー様→https://bit.ly/2EF3Tpu
ニコニ・コモンズ様→http://commons.nicovideo.jp/
魔王魂様→https://maoudamashii.jokersounds.com/
DOVA-SYNDROME→https://dova-s.jp/
騒音のない世界様→https://noiselessworld.net/music
いらすとや様→ https://www.irasutoya.com/
#マイクラ
#マイクラコマンド
#ゆっくり実況
#マイクラコマンドスイッチ対応
#マイクラコマンド魔法
#minecraft
#くまりゅうチャンネル
この動画について | |
---|---|
URL | https://www.youtube.com/watch?v=CmKzj9wi4Dg |
動画ID | CmKzj9wi4Dg |
投稿者 | くまりゅうチャンネル |
再生時間 | 05:27 |
コメント