Minecraft summary | マイクラ動画
マインクラフトの動画まとめ
ホーム
人気記事
mod
魔法
建築
家
エンチャント
コマンド
ポーション
村人増殖
【マイクラ】オリジナルの装備が作れる!コマンド紹介【Minecraft】【コマンド】
2024.05.27
コマンド
HOME
コマンド
【マイクラ】オリジナルの装備が作れる!コマンド紹介【Minecraft】【コマンド】
Error: Invalid response from GPT API
コマンド
カテゴリの最新記事
2025.07.09
【スイッチ対応】コマンド1個でTNTキャノン【マイクラコマンド】
2025.07.08
マイクラjava版ゲームスタートコマンドテスト【マイクラJE】
2025.07.08
一気に100個以上のブロックを破壊できるようになるエンチャントがやばいww #minecraft #マインクラフト #マイクラ #ゆっくり #minecraft #ゆっくり解説 #shorts
2025.07.07
クリーパー100体VSネコ1匹 #shorts #マインクラフト #マイクラ
2025.07.07
【マイクラ統合版:switch対応】呪いが人として立っていればそれでいい。漏瑚をコマンドで再現! #コマンド #マイクラ #マイクラ統合版 #呪術廻戦 #minecraft #マインクラフト
2025.07.06
マインクラフトの小ネタ [コマンド付きトロッコ]
装備したいアイテムを持った状態でスニークすると発動。
【スニーク検知※必須】
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
ご質問があれば返答致します
コマンドリクエストもお待ちしています