Back to Tools
ECONOMY EDITOR
Edit your economy.xml — toggle init, load, respawn and save flags per section, or use quick-wipe presets
Upload File
Drag & drop your economy.xml
Using default economy.xml values
Quick Wipe Presets
Select one or more to combine. Toggle off to undo.
Tip: combine presets — e.g. Vehicle + Player for a targeted reset, or Loot + Building for a full Soft Wipe.
Section Flags
— toggle each flag on/off per sectionSectionInitLoadRespawnSave
dynamic
animals
zombies
vehicles
randoms
custom
building
player
Live Output Preview
LIVE<?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="1" load="1" respawn="0" save="1"/>
<player init="1" load="1" respawn="1" save="1"/>
</economy>