# How to Convert Minecraft Bukkit World to Vanilla

#### How to Convert Minecraft Bukkit World to Vanilla

### Converting Bukkit Worlds to vanilla

If you upload or generate a world on a Bukkit/Spigot/Paper server, you will notice that when the server loads it splits the world into three folders: `world`, `world_nether` and `world_the_end`, or one for each dimension. This is fine until you want to download the world and run it in singleplayer or switch to a vanilla/Fabric/Forge server. This guide shows you how to convert Bukkit/Spigot/Paper worlds back to ones that can be used on vanilla or other server types.

\
Part 1: Download the world[​](https://docs.godlike.host/en/converting-worlds#part-1-download-the-world)

**Note:** This is not strictly necessary, you CAN use SFTP or the file manager if you want, but downloading the files makes them much easier to work with.

This is most easily done by archiving the files using the Pterodactyl file manager and downloading them using SFTP. For instructions on using the file manager and SFTP, please see the articles on them, respectively.

### Part 2: Converting the world[​](https://docs.godlike.host/en/converting-worlds#part-2-converting-the-world)

Once you have downloaded and extracted your archive from the server, you should have three folders that look like this:

<figure><img src="/files/FUi2FOA602gv2xlUqfeb" alt=""><figcaption></figcaption></figure>

In this guide, we will be referring to the folder where these folders are located as the "root" folder

First, go into `world_nether` and copy the `DM-1` folder. You can safely ignore everything else.

<figure><img src="/files/pZmqjH14qM5qybBUtb7L" alt=""><figcaption></figcaption></figure>

Now, return to the root folder open the `world` folder and paste the `DM-1` folder.

<figure><img src="/files/E0T63TEXJrKTmMAZVYh2" alt=""><figcaption></figcaption></figure>

Return to the root folder once again and go into `world_the_end`. From here, copy the `DM1` folder and paste it in the `world` folder, as we did with the `DM-1` folder previously.

<figure><img src="/files/eYipyQncudETmsTCMFi2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/JSVCCnA7lKjJpAUSIH3P" alt=""><figcaption></figcaption></figure>

By copying the DM-1 and DM1 folders into `world`, you have made a copy of all the data of the Nether and End dimensions available in the `world` folder, which means that it now contains all the required data to run all three dimensions successfully (it already has its own copies of `level.dat`, `session.lock` and `uid.dat`) and can be run without issue on vanilla, Fabric, Forge and other servers.

Congratulations You did it!


---

# 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://know.endercloud.in/faq-minecraft/how-to-convert-minecraft-bukkit-world-to-vanilla.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.
