C
Celebrity Spotlight

How to make items unbreakable? [duplicate]

Author

Emily Wong

Published May 09, 2026

I'm building a server for my friends and I would want items to have infinite durability on my server. How can I do that with command blocks?
Please include super high unbreaking enchantments! I also do not want mending books!

3

2 Answers

To make a totally indestructible item use this:

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

To make the item nearly unbreakable use:

/give @p minecraft:YOURITEM 1 0 {ench:[{id:34,lvl:1000}]}

And to make it self-repairing use:

/give @p minecraft:YOURITEM 1 0 {ench:[{id:70,lvl:1}]}

(another option is using both enchants at once)

Or, if you want to make all items unbreakable, just give each player a ton of Mending books.

2

You need to have cheats on but the closet you can come would be:

/enchant [player] [enchantment ID] [level]

For all enchantment names go to:

1