Display MoreWas 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?