# Importing worlds to a server

## Importing worlds to a server

### Making it the only world

Make sure to execute the following steps while the server is off.

1. Delete the previous and default <mark style="color:yellow;">world</mark> folder.&#x20;
2. Unzip the file and drop its folder into the server's folder, be it local or through a FTP or SFTP server.&#x20;
3. Rename the imported folder to <mark style="color:yellow;">world</mark>.

### Adding worlds to a server

To completely follow the steps, you will need a third-party plugin: [Multiverse-Core](https://dev.bukkit.org/projects/multiverse-core).

1. Unzip the file and drop its folder into the server's folder, be it local or through a FTP or SFTP server.&#x20;
2. Type the following command on a console or inside minecraft: <mark style="color:yellow;">/mv import \<world\_name></mark> normal&#x20;
3. To list the worlds available, use: <mark style="color:yellow;">/mv list</mark>&#x20;
4. To teleport to the newly imported world, use: <mark style="color:yellow;">/mv tp \<world\_name></mark>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.soltionstudios.com/tutorials/importing-worlds-to-a-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
