/ give @p minecraft: diamond_chestplate {Enchantments: {id: "minecraft: protection", lvl: 32767}, {id: "minecraft: thorns", lvl: 32767}, {id: "minecraft: unbreaking", lvl: 32767 }]} 1
why doesn't it work?
unfortunately no longer look through
You have not opened the [square bracket] for the nbt tags but closed it {Enchantments: {id: "minecraft: protection", lvl: 32767}, {id: "minecraft: thorns", lvl: 32767}, {id: " minecraft: unbreaking ", lvl: 32767} here ->]} 1
that's right
{Enchantments: [{id: "minecraft: protection", lvl: 32767}, {id: "minecraft: thorns", lvl: 32767}, {id: "minecraft: unbreaking", lvl: 32767}]} 1
Thanks alot!
You can also simply have the item given to you as usual and then / enchant @p minecraft: here the enchantment enter the level here
Then you can only specify the levels that are also available as an Enchanted Book.