How to add extra worlds to a Minecraft server



Summary
The Multiverse mod for Minecraft allows players to create multiple worlds of different types. With the Multiverse mod, players can create new dimensions with different rules and environments, such as a world filled with water or one with floating islands. The mod allows players to travel between these dimensions, creating a vast, immersive experience. 

Note In order to have multiple worlds loaded at the same time, you will need to install Multiverse on your Bukkit/Spigot server.


How to add extra worlds to a Minecraft server (using Multiverse)

1.
 Download and install Multiverse 
here

2. Restart your server.


3. Run the following command in-game or in the console:
    "/mv create <WORLD_NAME> <ENV> [-s SEED]"

Examples:
"/mv create my_world NORMAL"
"/mv create my_netherworld NETHER"
"/mv create myworld NORMAL -s coolminecraftseed


4. Once world generates, you can teleport to each world using the following command:
      "/mv tp [PLAYER] [WORLD]"

Examples:
"/mv tp Steve my_world"

"/mv tp Steven my_netherworld"


How to import a world to your Minecraft Multiverse
1. Download and install Multiverse here.

2. Restart your server.



3. Import your world using the File Manager or an FTP Client. Learn how to import worlds here.

4. Run the following command in-game or in the console:
     "/mv import <WORLD_NAME> <ENV>]"

Examples:
"/mv import my_world NORMAL"
"/mv import my_netherworld NETHER"
"/mv import myworld NORMAL"


5. Once the world imports, you can teleport to each world using the following command:
      "/mv tp [PLAYER] [WORLD]"

Examples:
"/mv tp Steve my_world"

"/mv tp Steven my_netherworld"


Was this answer helpful?

67
« Back