Solved: WorldGaurd config, player-damage, section I'm looking for a way to disable damage to armor when on fire, hit by cacti, stuff like that. Does anyone know of a way to do this or a plugin that helps with it. Searching it just seems to give me random stuff about fire resistance or random pvp plugins that don't help me in the slightest.
Worldguard has the ability to do this, check the configuration and look for the "player-damage" section (this will apply globally), let me know how it goes.
A plugin like that is probably quite easily writable, but I don't know of any that do that in particular. I do know of a way to do it through commands, however. Something along the lines of Code (Text): /give @p minecraft:diamond_chestplate{Unbreakable:1} 1 will give you an unbreakable chestplate
Im sorry I didnt get a notification for you reply and skimmed right over it. Worked perfectly thanks so much!