Skip to content
Back to Homepage

How do I configure building decay on my Rust server?

Rust has building decay mechanics that allow buildings to decay slowly over time, meaning that players may have to repair buildings in their bases. Server owners can change the rate at which decay happens and can even disable it entirely.

  1. Open the Blacksmith’s Portal
  2. Go to Startup
  3. Locate Additional Arguments
  4. Enter +decay.scale "<multiplier>"

Enter +decay.scale multiplier

  1. Restart your server

This value works as a multiplier, so setting it to 2 will double the decay rate, while setting it to 0 will disable decay entirely.

  1. Locate where your server is installed
  2. Find the startup script and open it and edit it
  3. Add +decay.scale "<multiplier>" to the end of the command
  4. This value works as a multiplier, so setting it to 2 will double the decay rate while setting it to 0 will disable decay entirely.
  5. Save the file
  6. Restart your server