This article explains step by step how to import an existing Minecraft world into your server using Multiverse-Core.
Step 1: Prepare Your World Folder
-
Locate your world files.
-
If you downloaded a world from anywhere, it may be in a zip file.
-
If you are transferring from another server, copy the world folder from that server’s main directory.
-
-
If the world is zipped, extract it inside the home directory . The folder must contain files such as:
-
level.dat
-
region (folder)
-
data (folder, sometimes optional)
-
-
Make sure the folder name has no spaces. Example:
-
Correct: SkyWorld
-
Incorrect: Sky World
-
Step 2: Upload the World Folder to Your Server
-
Connect to your server’s file manager (via SFTP, FTP, or your hosting panel’s file manager).
-
Go to the root directory where your server jar file is located. This is the same location as folders like:
-
world
-
world_nether
-
world_the_end
-
plugins
-
-
Upload your world folder (for example, MyCustomWorld) into this root directory.
Step 3: Restart Your Server
-
Stop your server from your hosting panel.
-
Wait until it is completely stopped.
-
Start your server again so the new folder is recognized.
Step 4: Import the World with Multiverse-Core
Log in to your server with operator permissions and run the following command:
/mv import <worldname> <environment>
Replace <worldname> with the name of the folder you uploaded, and <environment> with one of the following:
-
normal = Overworld
-
nether = Nether
-
end = The End
Examples:
-
/mv import MyCustomWorld normal
-
/mv import CustomNether nether
Step 5: Teleport to the Imported World
After a successful import, teleport to your world:
/mvtp <worldname>
Example:
/mvtp MyCustomWorld
Step 6: Set the World Spawn (Recommended)
To make sure players spawn in the correct place:
-
Stand at the desired spawn location.
-
Run /mv setspawn
Troubleshooting
Problem: World folder not found
Solution: Check the folder name for exact spelling and capitalization. Remove spaces from the name.
Problem: Players spawn in the void
Solution: Stand at the correct location in the world and use /mv setspawn.
Problem: Server crashes after import
Solution: Ensure the world was fully uploaded. If it is large, upload it as a zip file and extract it on the server.
Problem: Wrong world type
Solution: If you imported as normal but it is actually a Nether map, delete the world and re-import using nether.
Problem: World Import Failed
Solution: Restart your server then try re-importing the world.