How do you make items unbreakable? [duplicate]

Solution 1:

The easiest method is to use cheat

/give @p minecraft:YOURITEM 1 0 {Unbreakable:1}

Solution 2:

You can use the following command:

/give @p minecraft:stick{Enchantments:[{id:"minecraft:unbreaking",lvl:2147483647}]} 1

Also change stick for your item of choice.