Not working, Everything still decayingNot An Issue

Config included below. Permission given to the group im testing in. Still shows building decaying in game message. Still loosing durability to items in cupboards range.

{
"General": {
"Disable decay for all entities": false,
"Exclude \"Other Multipliers\"": false,
"Use permission": true,
"Decay if there is no owner (and perms enabled)": true,
"Permission": "nodecay.use",
"Output": {
"Output to server console": true,
"Log to file": true,
"Log file name": "NoDecay-Log"
},
"Cupboard Settings": {
"Disable No Decay if resources placed in TC": false,
"Require Tool Cupboard": true,
"Any authed on TC": true,
"Cupboard Range": 30.0,
"Block cupboard wood": false,
"Block cupboard stone": false,
"Block cupbard metal": false,
"Block cupboard high quality": false
}
},
"Building grade multipliers": {
"Twig multiplier": 1.0,
"Wood multiplier": 1.0,
"Stone multiplier": 1.0,
"Sheet Metal multiplier": 1.0,
"Armoured multiplier": 1.0
},
"Other multipliers": {}
}

That is because you have decay set to x1 in your config. 

"Twig multiplier": 1.0,
"Wood multiplier": 1.0,
"Stone multiplier": 1.0,
"Sheet Metal multiplier": 1.0,
"Armoured multiplier": 1.0​
To stop decay you would need to set them to 0.0
Locked automatically