Hello,
so i have an ATM Plugin and want to place them at Gas Stations etc. They take no damage from weapons but they seem to be decaying as when i spawn them the next day after server restart they are gone.
So i want the decay to be like normal rust for everyone but just the vending machines to have no decay at all.
The owner of the entitiy (vending machine) is "0".
So i have my config like this:
{
"General": {
"Disable decay for all entities": false,
"Exclude \"Other Multipliers\"": false,
"Use permission": true,
"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": {
"vending.machine": 0.0
}
}
Is this right ?