The commands for getting a super shovel for 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 (maximum level 255!):
- Netherite:
/give @a netherite_shovel[enchantments={efficiency:255,fortune:255,mending:1,unbreaking:255}]
- Diamond:
/give @a diamond_shovel[enchantments={efficiency:255,fortune:255,mending:1,unbreaking:255}]
For 1.20.x (max level 255!):
- Netherite:
/give @a netherite_shovel[enchantments={levels:{efficiency:255,fortune:255,mending:1,unbreaking:255}}]
- Diamond:
/give @a diamond_shovel[enchantments={levels:{efficiency:255,fortune:255,mending:1,unbreaking:255}}]
For 1.19.x / 1.18.x / 1.17.x (255 is the maximum level!):
- Netherite:
/give @a netherite_shovel{Enchantments:[{lvl:255,id:efficiency},{lvl:255,id:fortune},{lvl:1,id:mending},{lvl:255,id:unbreaking}]}
- Diamond:
/give @a diamond_shovel{Enchantments:[{lvl:255,id:efficiency},{lvl:255,id:fortune},{lvl:1,id:mending},{lvl:255,id:unbreaking}]}
For 1.16.x (max level 1000!):
- Netherite:
/give @a netherite_shovel{Enchantments:[{lvl:1000,id:efficiency},{lvl:1000,id:fortune},{lvl:1,id:mending},{lvl:1000,id:unbreaking}]}
- Diamond:
/give @a diamond_shovel{Enchantments:[{lvl:1000,id:efficiency},{lvl:1000,id:fortune},{lvl:1,id:mending},{lvl:1000,id:unbreaking}]}
Short link
Be the first to comment