How to enchant objects in Minecraft with a higher level?

Pi
8

So higher than possible, e.g. Thorns 10 or something.

I'm in 1.16.4 on the PC.

Su

Normally not play at first. Except with the appropriate mods that allow this or via cheats.

Pi

Thanks. Do you know how to do that with cheats?

Su

I don't use cheats

Ho

That works with a command. Here is an example of a Sharpness 1000 sword:

/ give @p minecraft: diamond_sword {Enchantments: [{id: sharpness, lvl: 1000}]}

Ho

Or here a command for you:

/ give @p minecraft: netherite_chestplate {Enchantments: [{id: thorns, lvl: 10}]}

Pi

Thanks! Do you know how to do that when you want to have multiple enchantments?

Ho

I don't know exactly, but you can maybe enchant two items and combine them in the anvil, but I don't know if that's possible

Pi

Ok, I'll try it out.