1のコマンドブロック(リピート/無条件/常時実行) execute as @a[hasitem={item=fire_charge,data=1,location=slot.weapon.mainhand}] at @s if entity @s[y=~1.4,dx=0] unless entity @s[y=~1.5,dx=0] run tag @s add tmxm 2のコマンドブロック(鎖/条件付き/常時実行) execute at @a[tag=tmxm] positioned ~~30~ unless entity @e[x=~-10,y=~-1,z=~-10,dx=20,dy=31,dz=20,name=mxc] run summon armor_stand mxc 3のコマンドブロック(鎖/条件付き/常時実行) effect @a[tag=tmxm] levitation 1 80 true 4のコマンドブロック(鎖/無条件/常時実行) effect @a[tag=tmxm] resistance 2 4 true 5のコマンドブロック(鎖/無条件/常時実行) scoreboard objectives add mxm dummy 6のコマンドブロック(鎖/無条件/常時実行) scoreboard players add @e[name=mxc] mxm 1 7のコマンドブロック(鎖/無条件/常時実行) execute as @a[tag=tmxm] at @s if entity @e[scores={mxm=2},r=31] run effect @s levitation 0 0 8のコマンドブロック(リピート/無条件/常時実行) execute at @e[name=mxc] run playanimation @e[r=7,type=armor_stand] animation.ghast.scale none 100 9のコマンドブロック(鎖/無条件/常時実行) execute at @e[name=mxc] run replaceitem entity @e[r=7,type=armor_stand] slot.weapon.mainhand 0 magma 10のコマンドブロック(鎖/無条件/常時実行) execute at @e[name=mxc] run effect @e[r=7,type=armor_stand] invisibility 1 1 true 11のコマンドブロック(鎖/無条件/常時実行) execute at @e[name=mxc] run particle minecraft:huge_explosion_emitter ~-2~~1 12のコマンドブロック(鎖/無条件/常時実行) execute at @e[name=mxc] run particle minecraft:knockback_roar_particle ~-2~~1 13のコマンドブロック(リピート/無条件/常時実行) execute at @e[name=mxc] as @e[r=7,type=armor_stand] at @s run tp @s ~~-2~ 14のコマンドブロック(鎖/無条件/常時実行) execute at @e[name=mxc] unless block ~~-7~ air run damage @e[r=15,tag=!tmxm,type=!armor_stand] 110 entity_explosion entity @p[tag=tmxm] 15のコマンドブロック(鎖/無条件/常時実行) execute as @a[tag=tmxm] at @s unless entity @e[r=35,name=mxc] run tag @s remove tmxm 16のコマンドブロック(リピート/無条件/常時実行) execute at @e[name=mxc] run fill ~4~4~4~-4~-4~-4 composter["composter_fill_level"=8] keep 17のコマンドブロック(鎖/無条件/常時実行) execute at @e[name=mxc] run fill ~4~4~4~-4~-4~-4 air replace composter 18のコマンドブロック(鎖/無条件/常時実行) execute at @e[name=mxc] unless entity @e[r=6,name=mxm] facing entity @e[r=6,c=45,type=item] feet run summon armor_stand mxm ^^^5 19のコマンドブロック(鎖/無条件/常時実行) execute at @e[name=mxc] facing entity @r[r=6,type=item,c=2] feet run particle minecraft:trial_spawner_detection ^^^10 20のコマンドブロック(鎖/無条件/常時実行) execute at @e[name=mxc] facing entity @r[r=6,type=item,c=3] feet positioned ~-2~-2~1 run particle minecraft:mobflame_single ^^^7 21のコマンドブロック(鎖/無条件/常時実行) execute at @e[name=mxc] facing entity @r[r=6,type=item] feet positioned ~-2~~1 run particle minecraft:campfire_tall_smoke_particle ^^^6 22のコマンドブロック(鎖/無条件/常時実行) execute at @e[name=mxc] unless block ~~-9~ air run replaceitem entity @e[r=8,type=armor_stand] slot.weapon.mainhand 0 air 23のコマンドブロック(リピート/無条件/常時実行) execute at @e[name=mxc] unless block ~~-7~ air at @r[r=7,type=armor_stand,c=4] facing entity @e[type=item,c=5] feet positioned as @e[name=mxc] facing ^1^^ facing ^-1^^ run summon ender_crystal ^^-6^6 0 0 minecraft:crystal_explode 24のコマンドブロック(鎖/無条件/常時実行) execute at @e[name=mxc] run kill @e[r=9,name=骨粉]
1のコマンドブロック(リピート/無条件/常時実行)
execute as @a[hasitem={item=fire_charge,data=1,location=slot.weapon.mainhand}] at @s if entity @s[y=~1.4,dx=0] unless entity @s[y=~1.5,dx=0] run tag @s add tmxm
2のコマンドブロック(鎖/条件付き/常時実行)
execute at @a[tag=tmxm] positioned ~~30~ unless entity @e[x=~-10,y=~-1,z=~-10,dx=20,dy=31,dz=20,name=mxc] run summon armor_stand mxc
3のコマンドブロック(鎖/条件付き/常時実行)
effect @a[tag=tmxm] levitation 1 80 true
4のコマンドブロック(鎖/無条件/常時実行)
effect @a[tag=tmxm] resistance 2 4 true
5のコマンドブロック(鎖/無条件/常時実行)
scoreboard objectives add mxm dummy
6のコマンドブロック(鎖/無条件/常時実行)
scoreboard players add @e[name=mxc] mxm 1
7のコマンドブロック(鎖/無条件/常時実行)
execute as @a[tag=tmxm] at @s if entity @e[scores={mxm=2},r=31] run effect @s levitation 0 0
8のコマンドブロック(リピート/無条件/常時実行)
execute at @e[name=mxc] run playanimation @e[r=7,type=armor_stand] animation.ghast.scale none 100
9のコマンドブロック(鎖/無条件/常時実行)
execute at @e[name=mxc] run replaceitem entity @e[r=7,type=armor_stand] slot.weapon.mainhand 0 magma
10のコマンドブロック(鎖/無条件/常時実行)
execute at @e[name=mxc] run effect @e[r=7,type=armor_stand] invisibility 1 1 true
11のコマンドブロック(鎖/無条件/常時実行)
execute at @e[name=mxc] run particle minecraft:huge_explosion_emitter ~-2~~1
12のコマンドブロック(鎖/無条件/常時実行)
execute at @e[name=mxc] run particle minecraft:knockback_roar_particle ~-2~~1
13のコマンドブロック(リピート/無条件/常時実行)
execute at @e[name=mxc] as @e[r=7,type=armor_stand] at @s run tp @s ~~-2~
14のコマンドブロック(鎖/無条件/常時実行)
execute at @e[name=mxc] unless block ~~-7~ air run damage @e[r=15,tag=!tmxm,type=!armor_stand] 110 entity_explosion entity @p[tag=tmxm]
15のコマンドブロック(鎖/無条件/常時実行)
execute as @a[tag=tmxm] at @s unless entity @e[r=35,name=mxc] run tag @s remove tmxm
16のコマンドブロック(リピート/無条件/常時実行)
execute at @e[name=mxc] run fill ~4~4~4~-4~-4~-4 composter["composter_fill_level"=8] keep
17のコマンドブロック(鎖/無条件/常時実行)
execute at @e[name=mxc] run fill ~4~4~4~-4~-4~-4 air replace composter
18のコマンドブロック(鎖/無条件/常時実行)
execute at @e[name=mxc] unless entity @e[r=6,name=mxm] facing entity @e[r=6,c=45,type=item] feet run summon armor_stand mxm ^^^5
19のコマンドブロック(鎖/無条件/常時実行)
execute at @e[name=mxc] facing entity @r[r=6,type=item,c=2] feet run particle minecraft:trial_spawner_detection ^^^10
20のコマンドブロック(鎖/無条件/常時実行)
execute at @e[name=mxc] facing entity @r[r=6,type=item,c=3] feet positioned ~-2~-2~1 run particle minecraft:mobflame_single ^^^7
21のコマンドブロック(鎖/無条件/常時実行)
execute at @e[name=mxc] facing entity @r[r=6,type=item] feet positioned ~-2~~1 run particle minecraft:campfire_tall_smoke_particle ^^^6
22のコマンドブロック(鎖/無条件/常時実行)
execute at @e[name=mxc] unless block ~~-9~ air run replaceitem entity @e[r=8,type=armor_stand] slot.weapon.mainhand 0 air
23のコマンドブロック(リピート/無条件/常時実行)
execute at @e[name=mxc] unless block ~~-7~ air at @r[r=7,type=armor_stand,c=4] facing entity @e[type=item,c=5] feet positioned as @e[name=mxc] facing ^1^^ facing ^-1^^ run summon ender_crystal ^^-6^6 0 0 minecraft:crystal_explode
24のコマンドブロック(鎖/無条件/常時実行)
execute at @e[name=mxc] run kill @e[r=9,name=骨粉]
ua-cam.com/video/t2GMK58ZUUM/v-deo.html&lc=UgzzRhmWB7n0mWkpRDp4AaABAg&si=KIbpCBGhXTwvJYO0
神すぎる
マジで尊敬します
流石です!
次のコマンド楽しみにしてます!
神すぎ
領域展開『自閉円頓化』作って下さい!お願いします!
ついに折本理香ですね
嵌合獸顎吐&魔嘘羅作ってほしいです。
マジでお願いします🙏
マジで嵌合獸顎吐
欲しい
魔嘘羅作ってほしいです。
すごいですね!1100人おめでとうございます!すいません、前に作っていた「五条悟」で、たまに黒閃を使うとかできませんか?
黒閃なども入れようと思っていたのですが忘れていました…
年末年始のどこかに、早いですがリメイクを出そうと思います
楽しみにしています!
何回も連打します隕石が
スニークを解除してもですか?
@@kokereki_minecraft はい
1,2のコマブロの構文をよく確認してください
マグマブロックの量を変えずに少しでも重くなるのを軽減するにはどこのコマンドを省けばいいですか?
19,20,21のコマブロくらいしかありません。隕石のパーティクル部位です
次のコマンドはなんですか
ダメージの部分の数字を大きくしてもダメージ量が変わらないのと、エンドクリスタルの分のダメージしか入りませんどこのコマンドが原因ですか?
23のコマブロを鎖にしてその前に14のコマブロをリピートにして移動させてください
あと何時間
前のコマンド鹿紫雲一の術式の質問でアイテムを捨てても変化できず落ちたままになってしまいますどうすればよいか教えてもらえると幸いです
技切り替えですまちがえましたすみませんでした
技切り替え等のコマンド(作らないと動きません)のどこかを間違えています
ありがとうございます😊!
発動するとプレイヤーがとても上空に行くのですがどこのコマンドが原因ですか?
3,5~7のコマブロの構文を確認してください
あと
嵌合獸顎吐
隕石が一つしか出ません
17~24のコマブロを間違えています。よく確認してください
そしたらたまにジャンプしない時があります
他に異常はありますか?
ありません
3,6,7のコマブロの構文をよく確認してください