发布时间:2024-07-16作者:陈润点击:
使用命令创建最强装备:
1. 获得命令方块
`/give @p command_block`
2. 向命令方块添加命令(在命令方块的 GUI 中):
头盔:
`/give @p diamond_helmet 1 0 {Unbreakable:1, Protection:5, Thorns:3}`
胸甲:
`/give @p diamond_chestplate 1 0 {Unbreakable:1, Protection:5, Thorns:3}`
护腿:
`/give @p diamond_leggings 1 0 {Unbreakable:1, Protection:5, Thorns:3}`
靴子:
`/give @p diamond_boots 1 0 {Unbreakable:1, Protection:5, Thorns:3}`
工具:
`/give @p diamond_sword 1 0 {Unbreakable:1, Sharpness:5, Looting:3}`
`/give @p diamond_pickaxe 1 0 {Unbreakable:1, Efficiency:5, Fortune:3}`
`/give @p diamond_axe 1 0 {Unbreakable:1, Efficiency:5, Sharpness:5}`
弓:
`/give @p bow 1 0 {Unbreakable:1, Power:5, Flame:1, Infinity:1}`
其他物品:
药水:
`/give @p potion 1 0 {Potion:regeneration}`
`/give @p potion 1 0 {Potion:strength}`
`/give @p potion 1 0 {Potion:health_boost}`
食物:
`/give @p steak 64 0`
其他:
`/give @p elytra 1 0 {Unbreakable:1}` (鞘翅)
`/give @p shield 1 0 {Unbreakable:1}` (盾牌)
3. 激活命令方块
使用红石信号或按钮。
装备说明:
Unbreakable: 装备不会耐久消耗。
Protection: 装备提供更高等级的伤害保护。
Thorns: 装备受到攻击时会伤害攻击者。
Sharpness: 武器造成更多伤害。
Looting: 武器从被杀死的生物中掉落更多战利品。
Efficiency: 工具更快地破坏方块。
Fortune: 工具从方块中掉落更多资源。
Power: 弓造成更多伤害。
Flame: 弓箭着火,造成额外伤害。
Infinity: 弓具有无限箭矢。
无伤指令
`/effect give @p minecraft:instant_health 1 255 true`:永久给予玩家满额生命值。
`/effect give @p minecraft:invisibility 1 255 true`:永久隐身。
`/effect give @p minecraft:speed 1 255 true`:永久极速。
`/effect give @p minecraft:jump_boost 1 255 true`:永久高跳。
创造模式指令
`/gamemode c`:切换到创造模式。
`/tp @p 0 255 0`:瞬间移动到世界的最高点。
`/fill 0 255 0 0 0 0 minecraft:air`:清除世界顶部的方块,创造一个平坦的平台。
`/summon TNT`:生成一个 TNT 方块。
生存模式指令
`/give @p diamond_pickaxe 1`:给予玩家一把钻石镐。
`/enchant @p minecraft:protection 4`:对玩家的盔甲施加 IV 级保护附魔。
`/summon ender_dragon`:召唤末影龙。
其他炫酷指令
`/particle flame @p 0.5 0.5 0.5 1 64`:在玩家周围生成火焰粒子。
`/playsound minecraft:entity.enderdragon.death @p ~ ~ ~`:播放末影龙死亡的声音。
`/setblock ~ ~ ~ minecraft:command_block 0 0`:放置一个命令方块。
`/execute if block ~ ~ ~ minecraft:command_block 0 0 if data.auto 1 run say Hi`:当命令方块被激活后,执行“Hi”命令。
`/tag @p add abc`:向玩家添加一个名为“abc”的标签。
`/testfor @p[tag=abc]`:测试玩家是否带有“abc”标签。
/replaceitem entity @e[type=player] slot.weapon.mainhand diamond_sword {Enchantments:[{id:"sharpness",lvl:10},{id:"looting",lvl:3},{id:"unbreaking",lvl:3},{id:"fire_aspect",lvl:2}]} 1
/replaceitem entity @e[type=player] slot.armor.chestplate diamond_chestplate {Enchantments:[{id:"protection",lvl:4},{id:"unbreaking",lvl:3},{id:"thorns",lvl:3}]} 1
/replaceitem entity @e[type=player] slot.armor.legs diamond_leggings {Enchantments:[{id:"protection",lvl:4},{id:"unbreaking",lvl:3},{id:"thorns",lvl:3}]} 1
/replaceitem entity @e[type=player] slot.armor.feet diamond_boots {Enchantments:[{id:"protection",lvl:4},{id:"unbreaking",lvl:3},{id:"feather_falling",lvl:4}]} 1
/replaceitem entity @e[type=player] slot.armor.head diamond_helmet {Enchantments:[{id:"protection",lvl:4},{id:"unbreaking",lvl:3},{id:"respiration",lvl:3}]} 1
/give @e[type=player] bow 1 0 {Enchantments:[{id:"power",lvl:5},{id:"unbreaking",lvl:3},{id:"infinity",lvl:1},{id:"flame",lvl:2}]}
/give @e[type=player] arrow 64
2023-08-31
2023-10-14
2023-08-05
2023-08-29
2023-09-25
2023-09-23
2023-09-23
2023-09-11
2023-09-23
2023-09-06