Walls/Tents Dissapearing

Dear forum members,
for some time now we have been creating and maintaining new ways to help game server admins with questions and problems as quickly as possible, e.g. our Guides section and the Nitrado Community Discord.

Therefore, we inform you that the Nitrado Forum will be closed on March 31, 2023. We are consolidating our community support to our Discord channel, which is faster and more efficient. We have also seen incredible growth in our community due to the hard work of our moderators and our bots. We are confident that this move will ensure that we provide the best support possible for our users.

Thank you to all members for your continued use of the forum!

Assistance with all questions concerning your Nitrado service can now be found in these spots:
Community Discord: https://discord.gg/nitrado
Guides section: https://server.nitrado.net/guides
Support Wizard: https://support.nitrado.net
  • 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?