Skip to main content

Managing Worlds

Managing Worlds

note

If you'd like to import ALL your files from another hosting company, please follow our Server Importer guide instead!

Importing Worlds

Depending on your specific edition and world, there are a couple of methods of importing worlds.

From Java Edition Single Player

If you have a single player world in Java Edition, this is what you need to do:

Open the single player menu and select your world. Then, press the 'Edit' button: Minecraft single-player world selected with the Edit button

Here, press the 'Open World Folder' button: Minecraft world settings with the Open World Folder button

Then, select all the files within the open directory and right click. Select 'Send To' and 'Compressed (zipped) folder': Windows context menu for creating a compressed world folder You may get a warning about empty folders being skipped but that is okay!

Next, follow our guide on connecting to your server with an SFTP client. In most cases, your world files will be fairly large, so it's best to use a dedicated file transfer protocol, instead of the built-in File Manager. Once connected via SFTP, right click in SFTP and create a new folder, such as my-world and open it. New world folder created in the SFTP client

Drag & drop the ZIP file you created previously and wait until it finishes uploading. World archive uploading through SFTP

Once that's done, head over to the 'File Manager' tab of the panel and locate and your folder. Within, press the '...' button next to your ZIP and click 'Unarchive'. This may also take a few minutes depending on the size of your server. File Manager context menu with the Unarchive action

After unzipping, here is how it should generally look. Extracted Java world files in the File Manager

Now, if you'd like this to be your main world, open the server.properties file in the main directory of your server and ensure the level-name= setting matches with the folder that you created before: server.properties level-name set to the uploaded world folder

Alternatively, if you'd like to use a plugin or mod such as Multiverse-Core, you can import it using the folder's name. In our example, for Multiverse-Core, you'd do /mvimport my-world NORMAL

That's it! Make sure to restart your server to apply the changes.


From Java Realms

If you have a Minecraft Realm on Java Edition, this is what you need to do:

Open the Realm menu, select your Realm and press 'Configure': Minecraft Realms menu with the Configure button

Switch to the world you'd like to import to your Bloom server by clicking it, if you haven't already. There press the 'World backups' button: Minecraft Realm settings with the World backups button

Lastly, press the 'Download latest' button which will download the very latest backup of your Realm to your single player saves folder: Minecraft Realm backup with the Download latest button

That's it! Now you can follow the 'From Java Edition Single Player' chapter to import your Realm world!


From Bedrock Edition Single Player

If you have a single player world in Bedrock Edition, this is what you need to do:

Open the worlds list and press the edit button next to your desired world: Minecraft Bedrock worlds list with an edit button

Scroll down to the very bottom of the main page and press 'Export World': Minecraft Bedrock world settings with the Export World button

Select your desktop, or another easy to access location: File picker saving the exported Bedrock world to the desktop

Next, follow our guide on connecting to your server with an SFTP client. In most cases, your world files will be fairly large, so it's best to use a dedicated file transfer protocol, instead of the built-in File Manager. Once connected via SFTP, open the worlds directory and create a new folder, such as my-world and open it. New Bedrock world folder created in the SFTP client

Drag & drop the world file you exported previously and wait until it finishes uploading. Once it does, rename it, so instead of ending in .mcworld, it ends in .zip. The rest of the name does not matter. Bedrock world file renamed from mcworld to zip

Once that's done, head over to the 'File Manager' tab of the panel and locate and your folder in the worlds directory. Then, press the '...' button next to your ZIP and click 'Unarchive'. This may also take a few minutes depending on the size of your server. File Manager context menu unarchiving the Bedrock world

After unzipping, here is how it should generally look. Extracted Bedrock world files in the File Manager

Lastly, open the server.properties file in the main directory of your server and ensure the level-name= setting matches with the folder that you created before: server.properties level-name set to the imported Bedrock world folder

That's it! Make sure to restart your server to apply the changes.


Resetting Worlds

See our full world reset guide!