My things are still decaying even with perms off and decay disbaled for all entities = true

Ive configured 39 other plugins that are very complicated but somehow im having an issue with this one. I think Ive set it up right, please let me know if you see anything I can change because boxes and stuff are decaying when it seems they shouldnt be.

Here is my config:

 

{
"General": {
"Disable decay for all entities": true,
"Exclude \"Other Multipliers\"": true,
"Use permission": false,
"Decay if there is no owner (and perms enabled)": false,
"Permission": "nodecay.use",
"Output": {
"Output to server console": false,
"Log to file": true,
"Log file name": "NoDecay-Log"
},
"Cupboard Settings": {
"Disable No Decay if resources placed in TC": false,
"Require Tool Cupboard": false,
"Any authed on TC": false,
"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": 0.0,
"Stone multiplier": 0.0,
"Sheet Metal multiplier": 0.0,
"Armoured multiplier": 0.0
},
"Other multipliers": {
"wall.external.high.stone",
"wall.external.high.ice",
"wall.external.high.stone"
}
}

im using these commands in server consloe

decay.scale 0
decay.upkeep false
dont forget to do the server.writecgf after outing the commands in

Make sure you have permissions set to your default group.
o.grant group default nodecay.use

Oh, my bad...I see you have the permission set to false.

Try setting it to true and give everyone perms as stated above. Also, with the twig multiplier set to 1.0, anything that's twig will decay regardless.