Minecraft summary | マイクラ動画
マインクラフトの動画まとめ
ホーム
人気記事
mod
魔法
建築
家
エンチャント
コマンド
ポーション
村人増殖
【マイクラ】オリジナルの装備が作れる!コマンド紹介【Minecraft】【コマンド】
2024.05.27
コマンド
HOME
コマンド
【マイクラ】オリジナルの装備が作れる!コマンド紹介【Minecraft】【コマンド】
Error: Invalid response from GPT API
コマンド
カテゴリの最新記事
2025.09.04
【マインクラフト】コマンドでエレベーターを作ってみた! #マインクラフト #マイクラ #minecraft #コマンド #マイクラコマンド
2025.09.04
鍵付きのチェストを出すコマンド【コマンド】
2025.09.04
スイッチ対応コマンド1つでできる、 魔法TNT!! #マイクラ #マインクラフト #マイクラコマンド #マイクラ魔法
2025.09.03
コマンドで出そうね笑 #マイクラ #マインクラフト #検証 #ゲーム実況
2025.09.03
Switch対応!プレイヤーを視点の先に移動出来るコマンド!!【ゆっくり実況】#マイクラ #minecraft #ゆっくり実況 #ゆっくり茶番 #shorts
2025.09.03
[Java 1.21.8]焚火で回復しよう
装備したいアイテムを持った状態でスニークすると発動。
【スニーク検知※必須】
tag @a remove sneak
execute as @a at @s if entity @s[y=~1.4,dx=0] unless entity @s[y=~1.5,dx=0] run tag @s add sneak
scoreboard players reset @a[tag=!sneak] sneak
scoreboard players add @a[tag=sneak] sneak 1
【ガラスの装備】
playsound armor.equip_iron @a[scores={sneak=1},hasitem={item=glass,location=slot.weapon.mainhand}]
replaceitem entity @a[scores={sneak=1},hasitem={item=glass,location=slot.weapon.mainhand}] slot.armor.head 0 glass
replaceitem entity @a[scores={sneak=1},hasitem={item=glass,location=slot.weapon.mainhand}] slot.weapon.mainhand 0 air
effect @a[hasitem={item=glass,location=slot.armor.head}] water_breathing 1 1 true
【オフハンド松明】
playsound armor.equip_leather @a[scores={sneak=1},hasitem={item=torch,location=slot.weapon.mainhand}]
replaceitem entity @a[scores={sneak=1},hasitem={item=torch,location=slot.weapon.mainhand}] slot.weapon.offhand 0 torch
replaceitem entity
@a[scores={sneak=1},hasitem={item=torch,location=slot.weapon.mainhand}] slot.weapon.mainhand 0 air
execute as @a at @s run fill ~1~1~1~-1~-1~-1 air replace light_block
execute as @a[hasitem={item=torch,location=slot.weapon.offhand}] at @s run fill light_block [“block_light_level”=15] replace air
ご質問があれば返答致します
コマンドリクエストもお待ちしています