To be able to load a world with SWM, you have to convert it to the SRF. There are two ways of doing this:
- Place your world inside your server's root directory.
- Make sure the world is unloaded. Loaded worlds cannot be converted.
- Run the command
/swm 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.
The usage of this tool is disacouraged, as the alternative provided above is faster and easier to use. However, if you still want to use it, here are the steps to be followed:
- Place your world alongside the importer tool.
- Open cmd.
- Type this command:
java -jar slimeworldmanager-importer-1.0.0.jar <your-world-folder>
It'll automatically scan your world and generate a .slime file inside the same directory you placed it. That's your world!