Walls/Tents Dissapearing

Nitrado now has an official Discord server to bring communities, friends and other gamers together!
Join the Nitrado Community Discord now and share your experiences and knowledge with others!

Click here to go to the Discord Server!
  • Was Wondering if there is a possible way to restore the walls and bases as soon as a server reset the walls and full bases which people have worked hours on have dissapeared? any suggestions please

  • Fences and tents have a lifetime of 45 days (3888000 seconds), then they disappear when untouched.

    You must interact with them to start a new period of 45 days.

    Put a camo net or a nail in the inventory.


    changed ip has noting to do with disappearing things.

  • Was Wondering if there is a possible way to restore the walls and bases as soon as a server reset the walls and full bases which people have worked hours on have dissapeared? any suggestions please

    You have probably changed the values in the economy.xml file, it should look like this:


    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

    <economy>

    <dynamic init="1" load="1" respawn="1" save="1"/>

    <animals init="1" load="0" respawn="1" save="0"/>

    <zombies init="1" load="0" respawn="1" save="0"/>

    <vehicles init="1" load="1" respawn="1" save="1"/>

    <randoms init="0" load="0" respawn="1" save="0"/>

    <custom init="0" load="0" respawn="0" save="0"/>

    <building init="0" load="0" respawn="0" save="1"/>

    <player init="1" load="1" respawn="1" save="1"/>

    </economy>


    You probably have dynamic load or save set to 0 by the sound of your first message there. It disables persistence for dynamic items, such as planks, tents and such.

  • If I'm understanding correctly, does this mean i could change save to 0 for a period of time, and every server restart would revert to the last save before the setting was changed?