Anything to SLOW DOWN materials inside the TC?
Hello,
i'm looking for a plugin that slows down consumption of building materians on the TC, if i well understand the note "Placing materials in the tool cupboard, e.g. wood for a wood building, will skip the function of this plugin for that building grade, and the materials will be consumed at the standard rates" this is NOT the plugin for my intentions, right?
In other words, if my base with 1000 stones at TC is protected against decay for 1 day, i want something to protect with same 1000 stones for 2 days. Thanks

You dont need a plug in there are console commands.

decay.bracket_0_costfraction 0.1

decay.bracket_1_costfraction 0.15

decay.bracket_2_costfraction 0.2

decay.bracket_3_costfraction 0.333

  • Bracket 0: 1-15 blocks at 0.1 of the cost
  • Bracket 1: 16-50 blocks at 0.15 of the cost
  • Bracket 2: 51-125 blocks at 0.2 of the cost
  • Bracket 3: 126-200+ blocks at 0.333 of the cost

So lowering these numbers SHOULD make it so people can make bigger bases for less of a cost. (Also dont forget to type server.writecfg after you change these settings.)

Merged post

hmm so I am doing this on my own server and the time was not changing after however changing decay.upkeep_period_minutes 1440 and doubling it to 2880 that has changed the upkeeep time of 5000 wood from 4 days 16 hours to 9 days 18 hours in a small base i had made for testing. Maybe this will work better for you?
In response to YGBHawk ():
You dont need a plug in there are console commands.decay.bracket_0_costfraction 0.1decay.bracket_1...
Te decay.upkeep_period_minutes is perfect, thanks!