Converting Worlds
To be able to load a world with SWP, you have to convert it to the SRF.
Using the in-game command
- Place your world inside your server's root directory.
- Make sure the world is unloaded. Loaded worlds cannot be converted.
- Run the command
/swp import <your-world-folder> <data-source> [new-world-name]
. If you want the world to have the same name as the world folder, simply ignore the [new-world-name] argument. - Done! The world is now inside the data source you've provided.
Using the standalone importer tool
- Download the latest version of the importer tool (download links will be added later).
- Run the tool with the command:
java -jar asp-importer.jar <path-to-world-folder> [--accept] [--print-error]
- Done! The world is now saved as a .slime world inside the same folder as the importer tool.