# 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!**
