Hey all, Was wondering if anyone know a way of exporting all the xml spawners to a new file so it can be imported back in, been trying to figure it out as i need to rebuild my world but don't wanna loose all my custom spawns i have put out and not sure if there is a way to even export to a txt so i can port it into the main xml files for when i rebuild my world, if anyone knows a way to do this please let me know

Thank you
 
Code:
XmlSaveAll AllSpawners.xml Xmlspawner
That will save all the Xmlspawners in the world to a file called AllSpawners.xml

If you changed the names of your custom Xmlspawners (instead of them just being called Xmlspawner), you can use that name to save those to one file.
 
Back