【我的世界Minecraft-MC】常见及各种指令大杂烩【2022.8版】

【我的世界Minecraft-MC】常见及各种指令大杂烩【2022.8版】kill e type item nbt Item id minecraft ink sac 清除指定掉落物墨囊 give s minecraft player head SkullOwner Notch 用命令得到正版玩家头颅 summon minecraft villager NoAI 1

大家好,我是讯享网,很高兴认识大家。


讯享网

高级:
/give @p birch_sign{
BlockEntityTag: {
Text1: “{“text”:”++3+++++++++#++++++$++++++++++++%+++++++&++++++“,“color”:“gold”,“obfuscated”:true}”,
Text2: “{“text”:“PVP Bata0.3”,“color”:“red”,“clickEvent”:{“action”:“run_command”,“value”:”/tp @p 1001 156 1001"}}"
},
display: {
Name: “Custom Sign”
}
} 1
自定义的可点击的木牌

原版搭桥蛋:
检测鸡蛋的位置,生成盔甲架
execute as @a at @e[type=minecraft:egg] run summon minecraft:armor_stand ~ ~ ~ {Invisible:1b,Marker:1b,NoGravity:1b,Tags:[“yellow”]}
检测盔甲架,生成羊毛
execute as @a at @e[type=minecraft:armor_stand,nbt={Tags:[“yellow”]}] run fill ~-1 ~-2 ~ ~ ~-2 ~-1 yellow_wool replace minecraft:air
接连锁命令方块连接上面的

/item replace entity @p armor.legs minecraft:iron_leggings{Enchantments:[{id:“protection”,lvl:4},{id:thorns,lvl:3},{id:fire_protection,lvl:3},{id:feather_falling,lvl:4},{id:blast_protection,lvl:4},{id:projectile_protection,lvl:4}],Unbreakable:1b}

箱子菜单:
item replace block 42 2 19 container.2 minecraft:dark_oak_planks{display:{Name:“{“text”:“第三关[阴森古堡]”,“color”:“red”,“italic”:false}”,color:“”},Enchantments:[{id:“protection”,lvl:1}],Unbreakable:1b} 1
接连锁命令方块连接上面的
execute as @a at @s run clear @s minecraft:dark_oak_planks{display:{Name:“{“text”:“第三关[阴森古堡]”,“color”:“red”,“italic”:false}”,color:“”},Enchantments:[{id:“protection”,lvl:1}],Unbreakable:1b} 1
接连锁命令方块连接上面的,有条件
execute as @a at @s run give @s minecraft:apple 1

/tellraw @a {“text”:“HeiLong_999 離開了遊戲”,“color”:“yellow”,“italic”:false}
/tellraw @a {“text”:“HeiLong_999 离开了游戏”,“color”:“yellow”,“italic”:false}
/tellraw @a {“text”:“xxx 试图攻击 HeiLong_999 但被反将一军”,“color”:“white”,“italic”:false}
/tellraw @a {“text”:“Shi_Kong_Luo 淹死了”,“color”:“white”,“italic”:false}
/tellraw @a {“text”:“[lmwszbc: 传送 lmwszbc 到 Shi_Kong_Luo]”,“color”:“gray”,“italic”:true}
tellraw指令妙用

execute if block 1105 8 -1717 chest{Items:[{Slot:0b,id:“minecraft:crossbow”}]} run setblock 1131 1 -1731 redstone_block
setblock 1105 8 -1717 chest[facing=east,type=right]
summon item 1106 8 -1718 {Item:{id:“minecraft:crossbow”,Count:1}}
指令物品分类机

小讯
上一篇 2025-03-12 22:23
下一篇 2025-03-18 19:28

相关推荐

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/124987.html