This problem might admittedly be because of the way I'm trying to use the plugin.
Anywho I'm trying to get it so being near a TC outside is 50% decay reduction.... and inside is 25% - adding up to 75% when near TC and inside.
However, instead it seems vehicles are being given COMPLETE reduction when either of these conditions are met. I'll go ahead and share my config and wait for some input.
{
"Enable permission": false,
"Vehicles": {
"Duo Submarine": {
"Allow the plugin to influence decay": true,
"Decay multiplier while inside": 0.25,
"Decay multiplier near tool cupboard": 0.5,
"Protect from decay after recent use (minutes)": 60.0,
"Decay interval (seconds)": 60.0
},
"Hot Air Balloon": {
"Allow the plugin to influence decay": true,
"Decay multiplier while inside": 0.25,
"Decay multiplier near tool cupboard": 0.5,
"Protect from decay after recent use (minutes)": 60.0,
"Decay interval (seconds)": 60.0
},
"Kayak": {
"Allow the plugin to influence decay": true,
"Decay multiplier while inside": 0.25,
"Decay multiplier near tool cupboard": 0.5,
"Protect from decay after recent use (minutes)": 60.0,
"Decay interval (seconds)": 60.0
},
"Minicopter": {
"Allow the plugin to influence decay": true,
"Decay multiplier while inside": 0.25,
"Decay multiplier near tool cupboard": 0.5,
"Protect from decay after recent use (minutes)": 60.0,
"Decay interval (seconds)": 60.0
},
"Modular Car": {
"Allow the plugin to influence decay": true,
"Decay multiplier while inside": 0.25,
"Decay multiplier near tool cupboard": 0.5,
"Protect from decay after recent use (minutes)": 60.0,
"Decay interval (seconds)": 60.0
},
"RHIB": {
"Allow the plugin to influence decay": true,
"Decay multiplier while inside": 0.25,
"Decay multiplier near tool cupboard": 0.5,
"Protect from decay after recent use (minutes)": 60.0,
"Decay interval (seconds)": 60.0
},
"Ridable Horse": {
"Allow the plugin to influence decay": false,
"Decay multiplier while inside": 0.25,
"Decay multiplier near tool cupboard": 0.5,
"Protect from decay after recent use (minutes)": 60.0,
"Decay interval (seconds)": 60.0
},
"Rowboat": {
"Allow the plugin to influence decay": true,
"Decay multiplier while inside": 0.25,
"Decay multiplier near tool cupboard": 0.5,
"Protect from decay after recent use (minutes)": 60.0,
"Decay interval (seconds)": 60.0
},
"Scrap Transport Helicopter": {
"Allow the plugin to influence decay": true,
"Decay multiplier while inside": 0.25,
"Decay multiplier near tool cupboard": 0.5,
"Protect from decay after recent use (minutes)": 60.0,
"Decay interval (seconds)": 60.0
},
"Sled": {
"Allow the plugin to influence decay": true,
"Decay multiplier while inside": 0.25,
"Decay multiplier near tool cupboard": 0.5,
"Decay interval (seconds)": 60.0
},
"Sled Xmas": {
"Allow the plugin to influence decay": true,
"Decay multiplier while inside": 0.25,
"Decay multiplier near tool cupboard": 0.5,
"Decay interval (seconds)": 60.0
},
"Snowmobile": {
"Allow the plugin to influence decay": true,
"Decay multiplier while inside": 0.25,
"Decay multiplier near tool cupboard": 0.5,
"Protect from decay after recent use (minutes)": 60.0,
"Decay interval (seconds)": 60.0
},
"Solo Submarine": {
"Allow the plugin to influence decay": true,
"Decay multiplier while inside": 0.25,
"Decay multiplier near tool cupboard": 0.5,
"Protect from decay after recent use (minutes)": 60.0,
"Decay interval (seconds)": 60.0
},
"Tomaha": {
"Allow the plugin to influence decay": true,
"Decay multiplier while inside": 0.25,
"Decay multiplier near tool cupboard": 0.5,
"Protect from decay after recent use (minutes)": 60.0,
"Decay interval (seconds)": 60.0
}
}
}