• How to set .5 Durability on items for Multiplay server?
    2 replies, posted
Do I need to enter a command in console or is there a different way? I'm trying to figure out how to set .5 Durability on items because people on my server prefer it instead. Any help appreciated thank you!
There are two durability commands. One for items and one for armor. The item setting is [code]conditionloss.damagemultiplier "amount"[/code] where amount is multiplied by the use to get health removed. The default is 1 so setting this to 0.5 will make items take half damage for each use. The armor setting is [code]conditionloss.armorhealthmult "amount"[/code] where amount is multiplied by incoming damage to your character and applied to the armor you are wearing, depending on where you were hit. The default is 0.25, so if you take 20 damage to your chest, your chest armor will take 5 durability damage. Setting this to 0.125 is "half durability" for armor. You can either enter this into the console every time the server starts or you can edit the server.cfg file in your Multiplay server control page and put these options in, one per line.
I got it. Thank you very much good Sir!
Sorry, you need to Log In to post a reply to this thread.