# Generation Troubleshooting

{% tabs %}
{% tab title="World Generated Without Roads" %}

## World generated without roads

<div align="left"><img src="/files/-MIQs-slNeVOXAfs4yiI" alt=""></div>

## Reasons for this error

* If you have FAWE installed the generation will not work, causing no roads to appear
* If you are not using Paper as your server jar, this may cause the roads to not appear

## How to fix this error

1. Uninstall FAWE
2. Restart the server
3. Make sure there is nobody on the server
4. Type `/plot regenallroads {WorldName}`
5. Wait until the console tells you it is complete (should take 2-5 minutes)
6. Rejoin the server and your plot world should have roads!

You can reinstall FAWE once you see that the roads have generated

## Not Working?

Do not worry! This is a common issue. Please create a ticket on our Discord and a support representative will help you resolve this issue.

{% embed url="<https://plotroads.com/discord>" %}
{% endtab %}

{% tab title="World Generated Without Plots" %}

## World generated without plots

![](/files/-MIQnluOXxfC0WhWZgEy)

## What causes this error?

* Fast Async World Edit (FAWE) plugin is installed
* You installed the incorrect version of the template
* If you are not using Paper Spigot on your server
* Not using the corresponding version of World Edit
* Not using the corresponding version of PlotSquared

{% hint style="info" %}
When you open the "templates" folder

**Latest Template Files = Minecraft 1.13-Latest**

**Legacy Template Files = Minecraft 1.8-1.12**

*Please make sure your version corresponds with the jar file of your server.*
{% endhint %}

## Troubleshooting this error

1. Make sure you followed the guidelines listed above
2. Restart the server
3. Make sure there is nobody on the server
4. Type `/plot regenallroads {WorldName}`
5. Wait until the console tells you it is complete (should take 2-5 minutes)
6. Rejoin the server and your plot world should have roads!

{% hint style="danger" %}
Unfortunately this is an **error with your server**, and **cannot be fixed by Plot Roads Support**, please contact PlotSquared to resolve this issue.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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://docs.plotroads.com/help/troubleshooting.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.
