I need a command that gives me every piece of armor with infinite life, and one with which I get no damage.
I would use Netherite armor because you hardly get any damage there.
For infinitely durable netherite shoes:
Command: / give name minecraft: netherite_boots {undestroy: true}
Hope I can help
/ give @p netherite_helmet {Unbreakable: 1b, Enchantments: [{id: "minecraft: protection", lvl: 32768s}]}
You have to do this with every piece of armor
Not undestroy: true but unbreakable: 1b
At level 32768 it is level 0. With 9999 it works.
Ah ok