The commands for getting a super pickaxe with 1000 luck, 1000 efficiency and almost complete unbreakability are written differently on different versions of Minecraft:
TIP! How to work with commands:
- Open chat via T button.
- Insert the command that starts with the / sign and ends with square brackets ]
- Press enter and get the result.
For 1.21.x (255 is the maximum level here!):
- Netherite:
/give @a netherite_pickaxe[enchantments={efficiency:255,fortune:255,unbreaking:255}]
- Diamond:
/give @a diamond_pickaxe[enchantments={efficiency:255,fortune:255,unbreaking:255}]
For 1.20.x (255 is the maximum level here!):
- Netherite:
/give @a netherite_pickaxe[enchantments={levels:{efficiency:255,fortune:255,unbreaking:255}}]
- Diamond:
/give @a diamond_pickaxe[enchantments={levels:{efficiency:255,fortune:255,unbreaking:255}}]
For 1.19.x / 1.18.x / 1.17.x (255 is the maximum level here!):
- Netherite:
/give @a netherite_pickaxe{Enchantments:[{lvl:255,id:efficiency},{lvl:255,id:fortune},{lvl:255,id:unbreaking}]}
- Diamond:
/give @a diamond_pickaxe{Enchantments:[{lvl:255,id:efficiency},{lvl:255,id:fortune},{lvl:255,id:unbreaking}]}
1.16.x (level 1000 is the maximum here!):
- Netherite:
/give @a netherite_pickaxe{Enchantments:[{lvl:1000,id:efficiency},{lvl:1000,id:fortune},{lvl:1000,id:unbreaking}]}
- Diamond:
/give @a diamond_pickaxe{Enchantments:[{lvl:1000,id:efficiency},{lvl:1000,id:fortune},{lvl:1000,id:unbreaking}]}
Short link
Be the first to comment