Minecraft summary | マイクラ動画
マインクラフトの動画まとめ
ホーム
人気記事
mod
魔法
建築
家
エンチャント
コマンド
ポーション
村人増殖
【マイクラ】オリジナルの装備が作れる!コマンド紹介【Minecraft】【コマンド】
2024.05.27
コマンド
HOME
コマンド
【マイクラ】オリジナルの装備が作れる!コマンド紹介【Minecraft】【コマンド】
Error: Invalid response from GPT API
コマンド
カテゴリの最新記事
2025.10.23
意外と簡単だよ… #minecraft #ゲーム #マイクラ #マインクラフト #神業
2025.10.23
【マインクラフト統合版参加型】人狼開場整える!コマンド動くか手伝ってほしいです!
2025.10.22
自分のサイズってmodなしで変えられるの?【マイクラ】
2025.10.22
【マイクラ】アイテムを捨てるとエフェクトが付くコマンド!!!!【マインクラフト/統合版/スイッチ版】
2025.10.22
速さ1000倍のオウムガイが速すぎてワールドが壊れたww #マイクラ #マインクラフト
2025.10.22
【マイクラ】小学生がマイクラのコマンドでミニガン作ってみた。 #マイクラ #マインクラフト #minecraft #にこ #にこにこクラフト #銃 #コマンド #ミニガン
装備したいアイテムを持った状態でスニークすると発動。
【スニーク検知※必須】
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
ご質問があれば返答致します
コマンドリクエストもお待ちしています