MC趣味指令大全,直接生成“附魔三叉戟小溺尸蜘蛛骑士”
这是我自己通过实战测试,得出的指令。
1. 召唤卖泥土和绿宝石的村民
/summon minecraft:villager ~ ~ ~ {VillagerData:{profession:"librarian",level:2},Offers:{Recipes:[{maxUses:2,buy:{id:"minecraft:dirt",Count:28b},sell:{id:"minecraft:emerald",Count:10b}}]}}
2. 获取村民数据
/execute as @e[type= minecraft:villager] run data get entity @s
3. 召唤火焰保护的附魔书
火焰保护2
/summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{lvl:2s,id:"minecraft:fire_protection"}]}}}
火焰保护5
/summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{lvl:5s,id:"minecraft:fire_protection"}]}}}
4. 召唤附魔三叉戟溺尸
/summon minecraft:drowned ~ ~ ~ {HandItems:[{id:"minecraft:trident",Count:1b,tag:{Enchantments:[{lvl:2s,id:"minecraft:riptide"}]}}]}
5. 召唤溺尸蜘蛛骑士
/summon spider ~ ~ ~ {Passengers:[{id:"drowned",HandItems:[{id:"trident",Count:1b}]}]}
6. 召唤附魔三叉戟小溺尸蜘蛛骑士
/summon spider ~ ~ ~ {Passengers:[{id:"drowned",IsBaby:1b,HandItems:[{id:"trident",Count:1b,tag:{Enchantments:[{lvl:2s,id:"minecraft:riptide"}]}}]}]}
7. 召唤鸡骑士
/summon chicken ~ ~ ~ {Passengers:[{id:"zombie",IsBaby:1b}],IsChickenJockey:1b}
8. 召唤爆炸的闪电苦力怕
/summon minecraft:creeper ~-3 ~ ~ {powered:1b,ignited:1b}
9. 召唤钻石套僵尸
钻石套僵尸
/summon minecraft:zombie ~ ~ ~ {ArmorItems:[{id:"diamond_boots",Count:1b},{id:"diamond_leggings",Count:1b},{id:"diamond_chestplate",Count:1b},{id:"diamond_helmet",Count:1b}]}
附魔钻石套僵尸
/summon minecraft:zombie ~ ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"diamond_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"diamond_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"diamond_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"diamond_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"diamond_sword",Count:1b,tag:{Enchantments:[{id:"knockback",lvl:2s},{id:"fire_aspect",lvl:2s},{id:"unbreaking",lvl:3s},{lvl:5s,id:"sharpness"}]}},{id:"shield",Count:1b,tag:{Enchantments:[{id:"unbreaking",lvl:3s},{id:"mending",lvl:1s}]}}]}
10. 钻石套小白
/summon minecraft:skeleton ~1 ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"diamond_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"diamond_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"diamond_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"diamond_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"bow",Count:1b,tag:{Enchantments:[{id:"punch",lvl:2s},{id:"flame",lvl:2s},{id:"unbreaking",lvl:3s},{lvl:5s,id:"power"},{lvl:1s,id:"mending"},{id:"infinity",lvl:1s}]}},{id:"shield",Count:1b,tag:{Enchantments:[{id:"unbreaking",lvl:3s},{id:"mending",lvl:1s}]}}]}
11. 钻石套猪灵(在主世界不会转变为猪人)
/summon minecraft:piglin ~1 ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"diamond_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"diamond_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"diamond_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"diamond_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"bow",Count:1b,tag:{Enchantments:[{id:"punch",lvl:2s},{id:"flame",lvl:2s},{id:"unbreaking",lvl:3s},{lvl:5s,id:"power"},{lvl:1s,id:"mending"},{id:"infinity",lvl:1s}]}},{id:"shield",Count:1b,tag:{Enchantments:[{id:"unbreaking",lvl:3s},{id:"mending",lvl:1s}]}}],IsImmuneToZombification:1}
12. 金装猪灵持金斧头(在主世界不会转变为猪人)
/summon minecraft:piglin ~1 ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"golden_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"golden_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"golden_axe",Count:1b,tag:{Enchantments:[{id:"punch",lvl:2s},{id:"flame",lvl:2s},{id:"unbreaking",lvl:3s},{lvl:5s,id:"power"},{lvl:1s,id:"mending"},{id:"infinity",lvl:1s}]}},{id:"shield",Count:1b,tag:{Enchantments:[{id:"unbreaking",lvl:3s},{id:"mending",lvl:1s}]}}],IsImmuneToZombification:1}
13. 金装猪灵持弩和盾牌(在主世界不会转变为猪人)
/summon minecraft:piglin ~1 ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"golden_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"golden_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"crossbow",Count:1b,tag:{Enchantments:[{id:"piercing",lvl:4s},{id:"multishot",lvl:1s},{id:"unbreaking",lvl:3s},{lvl:3s,id:"quick_charge"},{lvl:1s,id:"mending"}]}},{id:"shield",Count:1b,tag:{Enchantments:[{id:"unbreaking",lvl:3s},{id:"mending",lvl:1s}]}}],IsImmuneToZombification:1}
14. 金装猪灵持弩和不死图腾(在主世界不会转变为猪人)
/summon minecraft:piglin ~1 ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"golden_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"golden_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"crossbow",Count:1b,tag:{Enchantments:[{id:"piercing",lvl:4s},{id:"multishot",lvl:1s},{id:"unbreaking",lvl:3s},{lvl:3s,id:"quick_charge"},{lvl:1s,id:"mending"}]}},{id:"totem_of_undying",Count:1b}],IsImmuneToZombification:1}
15. 金装猪灵持金剑和不死图腾(在主世界不会转变为猪人)
/summon minecraft:piglin ~1 ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"golden_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"golden_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"golden_sword",Count:1b,tag:{Enchantments:[{id:"knockback",lvl:2s},{id:"fire_aspect",lvl:2s},{id:"unbreaking",lvl:3s},{lvl:5s,id:"sharpness"}]}},{id:"totem_of_undying",Count:1b}],IsImmuneToZombification:1}
16. 金装猪灵持金剑和盾牌
/summon minecraft:piglin ~1 ~ ~ {ArmorDropChances:[0.5f,0.5f,0.3f,0.3f],HandDropChances:[0.5f,0.5f],ArmorItems:[{id:"golden_boots",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s},{id:"feather_falling",lvl:4s}]}},{id:"golden_leggings",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_chestplate",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}},{id:"golden_helmet",Count:1b,tag:{Enchantments:[{id:"thorns",lvl:3s},{id:"unbreaking",lvl:3s},{id:"protection",lvl:4s}]}}],HandItems:[{id:"golden_sword",Count:1b,tag:{Enchantments:[{id:"knockback",lvl:2s},{id:"fire_aspect",lvl:2s},{id:"unbreaking",lvl:3s},{lvl:5s,id:"sharpness"}]}},{id:"shield",Count:1b,tag:{Enchantments:[{id:"unbreaking",lvl:3s},{id:"mending",lvl:1s}]}}],IsImmuneToZombification:1}
17. 获得附魔钻石套
/give @p diamond_sword{Enchantments:[{id:"bane_of_arthropods", lvl: 5},{id:"sweeping", lvl: 5},{id:"knockback", lvl: 8},{id:"smite", lvl: 5},{id:"efficiency", lvl: 20},{id:"sharpness", lvl: 6},{id:"looting", lvl: 5},{id:"mending", lvl: 5},{id:"fire_aspect",lvl:5},{id:"unbreaking", lvl: 6}]}
/give @p diamond_pickaxe{Enchantments:[{id:"unbreaking", lvl: 20},{id:"fortune", lvl: 50},{id:"smite", lvl: 20},{id:"sharpness", lvl: 30},{id:"mending", lvl: 5},{id:"efficiency", lvl: 20}]}
/give @p diamond_pickaxe{Unbreakable:1b,Enchantments:[{id:"smite", lvl: 10},{id:"fire_aspect",lvl:10},{id:"sharpness", lvl: 10},{id:"bane_of_arthropods", lvl: 10},{id:"efficiency", lvl: 10}]}
/give @p diamond_pickaxe{Unbreakable:1b,Enchantments:[{id:"smite", lvl: 10},{id:"fire_aspect",lvl:10},{id:"silk_touch", lvl: 10},{id:"sharpness", lvl: 10},{id:"bane_of_arthropods", lvl: 10},{id:"efficiency", lvl: 10}]}
/give @p diamond_pickaxe{Unbreakable:1b,Enchantments:[{id:"smite", lvl: 10},{id:"fire_aspect",lvl:10},{id:"fortune",lvl:10},{id:"sharpness", lvl: 10},{id:"bane_of_arthropods", lvl: 10},{id:"efficiency", lvl: 10}]}
/give @p minecraft:diamond_boots{Enchantments:[{id:"unbreaking", lvl: 6},{id:"thorns", lvl: 6},{id:"protection", lvl: 8},{id:"projectile_protection", lvl: 8},{id:"fire_protection", lvl: 8},{id:"blast_protection", lvl: 8},{id:"mending", lvl: 5},{id:"soul_speed",lvl:5},{id:"frost_walker",lvl:3},{id:"feather_falling",lvl:6},{id:"depth_strider",lvl:5}]}
/give @p minecraft:diamond_leggings{Enchantments:[{id:"unbreaking", lvl: 6},{id:"thorns", lvl: 6},{id:"protection", lvl: 8},{id:"blast_protection", lvl: 8},{id:"projectile_protection", lvl: 8},{id:"fire_protection", lvl: 8},{id:"mending", lvl: 5},{id:"swift_sneak", lvl: 5}]}
/give @p minecraft:diamond_chestplate{Enchantments:[{id:"unbreaking", lvl: 6},{id:"thorns", lvl: 6},{id:"blast_protection", lvl: 8},{id:"protection", lvl: 8},{id:"projectile_protection", lvl: 8},{id:"fire_protection", lvl: 8},{id:"mending", lvl: 5}]}
/give @p minecraft:diamond_helmet{Enchantments:[{id:"unbreaking", lvl: 6},{id:"thorns", lvl: 6},{id:"blast_protection", lvl: 8},{id:"respiration", lvl: 6},{id:"protection", lvl: 8},{id:"projectile_protection", lvl: 8},{id:"fire_protection", lvl: 8},{id:"aqua_affinity", lvl: 5},{id:"mending", lvl: 5}]}
/give @p minecraft:shield{Enchantments:[{id:"unbreaking", lvl: 6},{id:"mending", lvl: 5}]}
/give @p elytra{Enchantments:[{id:"unbreaking", lvl: 6}]}
以下为游戏测试图片:
0 人喜欢
暂无评论,来发布第一条评论吧!