> For the complete documentation index, see [llms.txt](https://fateuhc.bghddevelopment.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fateuhc.bghddevelopment.com/custom-worlds-no-generation.md).

# Custom Worlds (No Generation)

## Overview

Starting in FateUHC V3.81 you can now disable world generation and use a backup system to use the same world each game.&#x20;

## Setup

{% hint style="danger" %}
Note: This will disable generation and chunk preloading!
{% endhint %}

Head to your /plugins/FateUHC folder and find the folder inside called backUp

![](https://photos.bghddevelopment.com/N3OG8D.png)

Enter this folder and put all your world files.

{% hint style="info" %}
Not shown in the image but delete session.lock
{% endhint %}

![](https://photos.bghddevelopment.com/onqL5j.png)

Head to the uhcconfiguration.yml and change

```
USEWORLDBACKUPSYSTEM: false
```

to

```
USEWORLDBACKUPSYSTEM: true
```

**Then you need to start and stop the server once. It may send errors the first time you do this.**

**The next time you start the server you should be good to go!**


---

# 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://fateuhc.bghddevelopment.com/custom-worlds-no-generation.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.
