Other multipliers still decayingFixed
I have a furnace and refinery outside my base (uncovered) and they are sill decaying. Is this normal with the following config?
{
  "General": {
    "Use permission": false,
    "Output to server console": false,
    "Log to file": true,
    "Log file name": "NoDecay.log",
    "Require Tool Cupboard": 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": {
    "furnace": 0.0,
    "small.oil.refinery": 0.0
  },
  "Use permission": "nodecay.use"
}
​
The config is correct, this seems like a bug, thanks for letting me know I'll look into this issue.

Hi, I want to report that I set "Use permission" to false... but the bases are decaying anyway if materials are removed from the cupboards.   This is my config:

{
  "General": {
    "Use permission": false,
    "Output to server console": false,
    "Log to file": true,
    "Log file name": "NoDecay-Log",
    "Require Tool Cupboard": 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": {},
  "Use permission": "nodecay.use"
}

Thanks

Could you show me what is in the log file?
2020-12-05.txt
2020-12-06.txt

Merged post

No mention of furnace or refinery in logs at all
If you have anything else that might be helpful please post it here, I'm having trouble replicating the issue.
I have the following settings, does this make a difference?
decay.scale: "1"
decay.upkeep: "False"​
Locked automatically