Commands for getting a super bow with 1000 levels of strength, ignition, armor penetration, loot and infinity on different versions of Minecraft are written differently:
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 (level 255 is the maximum here!):
/give @a bow[enchantments={flame:1,infinity:1,looting:255,power:255,punch:255,unbreaking:255}]
For 1.20.x (level 255 is the maximum here!):
/give @a bow[enchantments={levels:{flame:1,infinity:1,looting:255,power:255,punch:255,unbreaking:255}}]
For 1.19.x / 1.18.x / 1.17.x (255 is the maximum level here!):
/give @a bow{Enchantments:[{lvl:1,id:flame},{lvl:1,id:infinity},{lvl:255,id:looting},{lvl:255,id:power},{lvl:255,id:punch},{lvl:255,id:unbreaking}]}
For 1.16.x (1000 is the maximum level here!)
/give @a bow{Enchantments:[{lvl:1,id:flame},{lvl:1,id:infinity},{lvl:1000,id:looting},{lvl:1000,id:power},{lvl:1000,id:punch},{lvl:1000,id:unbreaking}]}
Short link
Be the first to comment