How do I get a sword with sharp 1000 on Java? My friend is on bedrock and he has a sharp 100 sworrd. I tried it but didn't work. I wanted to know how to get it to work on 1.16.5. The tutorial is on 1.12.2 so how do I do it with commands?
12 Answers
/give @p minecraft:diamond_sword{Enchantments:[{id:"minecraft:sharpness", lvl:1000}]} 1
is usually the command to give a item/object a enchantment with a crazy high level.
I suggest using MCstacker to generate commands, specifically the give command with NBT enchantment data.