Making upkeep half the cost?
Is there a plugin for this? Say if I wanted to make upkeep 2x less or half the usual cost, that would be great...

I'm aware of a few plugins for disabling decay, I'm not sure any of them have tackled your specific requests, but you don't need a plugin to perform this action. If you read up on https://www.corrosionhour.com/rust-decay-upkeep-variable/ you'll understand how the decay system works and can modify the specific settings.

There's a couple ways you can go about this. For instance, you can modify the default config for decay.upkeep_period_minutes and double it's value to increase the amount of time in which the paid tax will cover the upkeep.

If you wanted to reduce the overall cost for upkeep, you could reduce the bracket cost fraction values for brackets 0-3 by half.

Good luck!

In response to CorrosionHour ():
I'm aware of a few plugins for disabling decay, I'm not sure any of them have tackled your specific...
Ok thanks, so just to be sure - what exact setting would I put if I wanted to simply half the usual amount required... I'm reading what you sent me, what's the default bracket?
Hi,

# Cost in cupboard for a twig foundation
# 1440 = 5/h (default)
# 720 = 10/h
# 480 = 15/h
# 360 = 20/h
# 288 = 25/h​

decay.upkeep_period_minutes 720 


If this answers your request you can pass the subject to solve :)

In response to Sorrow ():
Hi,

# Cost in cupboard for a twig foundation# 1440 = 5/h (default)# 720 = 10/h# 480 =...
decay.upkeep_period_minutes 720 ​

So this would basically double the usual minutes right?
For 1hours cupboard take 5 wood.

If you want for 2hours cupboard take 5 wood you have to put i think :

decay.upkeep_period_minutes 2880​
I'm so confused, this applies to all materials?
Yes, I put comments with the twig but it works with all the materials put in the cupboard.
So do you know what the definite code is for half of everything? xD
Do you want to divide consumption by two? Or double it?
Divide consumption so that players don't have to put as much resources in to make their base last long. Basically the upkeep should last for double the amount of time, or you could say the TC will only consume half the usual Vanilla amount.

I own a 2x server you see, so half the amount makes sense...
In this case it's this that you have to do but I've never tried it like that. I have a x3 server so I assume that the TC must consume 3x more resources

decay.upkeep_period_minutes 2880​​
Type "find decay" and "find upkeep" in console and you'll see all the vars you can use.
In response to Sorrow ():
In this case it's this that you have to do but I've never tried it like that. I have a x3 server so...
Hey Sorrow do the numbers require " "? I'm going to try this out...