Commands for obtaining a super sword with 1000 levels for looting, fire, sharpness, poisoning on different versions of Minecraft are written differently:
TIP! How to work with commands:
- Open chat via T button.
- Insert a command that starts with / 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_sword[enchantments={fire_aspect:255,knockback:255,looting:255,mending:1,sharpness:255,smite:255,sweeping_edge:255,unbreaking:255}]
- Diamond:
/give @a diamond_sword[enchantments={fire_aspect:255,knockback:255,looting:255,mending:1,sharpness:255,smite:255,sweeping_edge:255,unbreaking:255}]
For 1.20.x (255 is the maximum level here!):
- Netherite:
/give @a netherite_sword[enchantments={levels:{fire_aspect:255,knockback:255,looting:255,mending:1,sharpness:255,smite:255,sweeping_edge:255,unbreaking:255}}]
- Diamond:
/give @a diamond_sword[enchantments={levels:{fire_aspect:255,knockback:255,looting:255,mending:1,sharpness:255,smite:255,sweeping_edge:255,unbreaking:255}}]
For 1.19.x / 1.18.x / 1.17.x (255 is the maximum level here!):
- Netherite:
/give @a netherite_sword{Enchantments:[{lvl:255,id:fire_aspect},{lvl:255,id:knockback},{lvl:255,id:looting},{lvl:1,id:mending},{lvl:255,id:sharpness},{lvl:255,id:smite},{lvl:255,id:sweeping_edge},{lvl:255,id:unbreaking}]}
- Diamond:
/give @a diamond_sword{Enchantments:[{lvl:255,id:fire_aspect},{lvl:255,id:knockback},{lvl:255,id:looting},{lvl:1,id:m ending},{lvl:255,id:sharpness},{lvl:255,id:smite},{lvl:255,id:sweeping_edge},{lvl:255,id:unbreaking}]}
For 1.16.x:
- Netherite:
/give @a netherite_sword{Enchantments:[{lvl:1000,id:fire_aspect},{lvl:1000,id:knockback},{lvl:1000,id:looting},{lvl:1,id:m ending},{lvl:1000,id:sharpness},{lvl:1000,id:smite},{lvl:1000,id:sweeping_edge},{lvl:1000,id:unbreaking}]}
- Diamond:
/give @a diamond_sword{Enchantments:[{lvl:1000,id:fire_aspect},{lvl:1000,id:knockback},{lvl:1000,id:looting},{lvl:1,id:me nding},{lvl:1000,id:sharpness},{lvl:1000,id:smite},{lvl:1000,id:sweeping_edge},{lvl:1000,id:unbreaking}]}
Short link
Be the first to comment