Why update from old version?Solved
i dont understand, how it works, old version works fine, new version not.

what must i set in config, that NOTHING decaying ?
try this config, it is similar to original

{
"General": {
"Use permission": true,
"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": 0.0,
"Wood multiplier": 0.0,
"Stone multiplier": 0.0,
"Sheet Metal multiplier": 0.0,
"Armoured multiplier": 0.0
},
"Other multipliers": {
"entityCupboardMultiplier": 0.0,
"baloonMultiplier": 0.0,
"barricadeMultiplier": 0.0,
"bbqMultiplier": 0.0,
"boatMultiplier": 0.0,
"boxMultiplier": 0.0,
"campfireMultiplier": 0.0,
"deployablesMultiplier": 0.0,
"furnaceMultiplier": 0.0,
"highWoodWallMultiplier": 0.0,
"highStoneWallMultiplier": 0.0,
"horseMultiplier": 0.0,
"minicopterMultiplier": 0.0,
"samMultiplier": 0.0,
"scrapcopterMultiplier": 0.0,
"sedanMultiplier": 0.0,
"trapMultiplier": 0.0,
"vehicleMultiplier": 0.0,
"watchtowerMultiplier": 0.0,
"small.oil.refinery": 0.0
},
"Use permission": "nodecay.use"
}

No idea why I had to manually add small.oil.refinery?
Anyone know?

If you check the documentation it shows you what you must put into the config. For "Other multipliers" you must put the entities shortname which you can find here. It is done this way so that the plugin does not have to be updated every time a new thing is added to the game which was the main issue with the old version. On that note, there is no requirement that you use the new version, if you want to continue using the old version then you are welcome to.

try here, try there ... all cunfused ... why updatet the old version ? it works so well !
never touch a running system ...

i have now set in serverconfig decay.scale to 0, this is, what i want and it works now !  :)
5e14cb4843079.png NickPhaxveyon
try here, try there ... all cunfused ... why updatet the old version ? it works so well !
never touch a running system ...

i have now set in serverconfig decay.scale to 0, this is, what i want and it works now !  :)

It worked well for some, but didn't for others. The rewrite was mainly to address... this mess. As I said before, you do not have to update to the latest version if you don't want or need to. You can find older versions on the plugin page under "updates".

Where in the serverconfig file did you put decay.scale 0?
in a new line:
decay.scale 0

:)
Locked automatically