> For the complete documentation index, see [llms.txt](https://wiki.soltionstudios.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.soltionstudios.com/tutorials/importing-worlds-to-a-server.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
