> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/enable-experimental-mode.md).

# Enable experimental mode

Enabling experimental mode on a server allows server administrators and players to explore and test upcoming features, enhancements, and modifications before their official release.

{% hint style="danger" %}
Experiments can be **highly unstable** and may cause lag, world corruption, or server faults. Make sure you're certain before enabling experiments.
{% endhint %}

## Creating and exporting the world

Launch Minecraft Bedrock Edition, and create a new singleplayer world.&#x20;

Go to the "Experiments" tab.

<figure><img src="/files/99KPspkIDYtXGCxcRRVz" alt=""><figcaption></figcaption></figure>

Toggle on the desired experimental features, and then create the world once done.

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

Once the world generates, save and quit from the world. Once you're back at the worlds menu, click on the pencil icon next to the world.&#x20;

<figure><img src="/files/1zsxm2Uvktpyg1UY3oad" alt=""><figcaption></figcaption></figure>

On the "Game" tab, scroll to the bottom and click "Export World".

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

Export the world to a folder on your device.

## Importing the world

To get started, make sure your server is offline.&#x20;

Login to the server using an SFTP client such as FileZilla.

{% hint style="info" %}
If you haven't used SFTP before, you'll need to [download and configure](/knowledgebase/game-panel/use-sftp-with-filezilla.md) a client before proceeding.
{% endhint %}

Within your SFTP client, open the `worlds` folder.

<figure><img src="/files/8wydINeZNholvjNSeLQD" alt=""><figcaption></figcaption></figure>

Create a new directory within that folder.

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

Drag and drop the MCWORLD file (of the world you previously exported) into the new folder.

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

You can now close SFTP.

## Setting the new world

Head over to the [Game Panel](https://game.lodestone.host) and select "File Manager" on the sidebar menu.

Find the following directory: `/home/container/worlds/<WorldName>` . You can now click on the MCWORLD file and decompress (unarchive) it.&#x20;

Return to the main directory, and click on the `server.properties` file to edit it.&#x20;

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

Change the `level-name` value to the name of your new world.&#x20;

<figure><img src="/files/4mm0z04rI74Q3Hmm8dOw" alt=""><figcaption></figcaption></figure>

Once done, click "Save File" and restart your server to update the configuration.


---

# 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:

```
GET https://lodestone-technologies.gitbook.io/knowledgebase/enable-experimental-mode.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.
