File Validator & Rebuilder
How to Use These Tools
Validate & Fix File 🛠️
This is your general-purpose tool for checking any server file for errors.
- Use this for:
types.xml,spawnabletypes.xml,mapgroupproto.xml, or any other standard XML/JSON file. - What it does: It checks for common syntax errors, like missing closing tags (
</type>) in an XML file, and attempts to repair them automatically. It's designed to fix structural problems.
Rebuild Gameplay 🧬
This is a powerful, specialized recovery tool only for cfggameplay.json.
- Use this for: A
cfggameplay.jsonfile that is severely corrupted or broken. - What it does: It does not validate your file. Instead, it scans your broken file, salvages any recognizable settings it can find, and injects them into a brand-new, perfectly structured vanilla
cfggameplay.jsontemplate. This recovers your custom values even from a file that won't load in the game.