Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 1.1 KB

using.md

File metadata and controls

11 lines (6 loc) · 1.1 KB

How does Slime World Manager work?

In short, SWM is a bukkit world manager plugin, like Multiverse or MultiWorld. However, these plugins are limited to loading traditional Minecraft worlds - and they're great at it, too. SWM uses the Slime Region Format, which has some advantages over the traditional MC format - you can read more about this here.

How can I use SWM?

SWM needs to have worlds to load, otherwise it's useless. First of all, you have to import your world to the SRF, so SWM can load it. To do so, check out this page.

Once you have your world imported and stored inside a data source, you've got to configure it, so the plugin knows where the world is stored, its spawn location, etc. Take a look at this page for more information on how to achieve this.

Now that you've saved and configured your world, it's time to load it. Type /swm load <your-world-name>. That's it! Now you can teleport yourself to the world by using the /swm goto <your-world-name> command.