# Danger zone

{% hint style="warning" %} <mark style="color:yellow;">Exercise caution when using this property, as it can delete unexpected folders. Use it with care!</mark>
{% endhint %}

{% hint style="danger" %} <mark style="color:red;">I bear no responsibility for any outcomes that may arise from your utilization of it.</mark>
{% endhint %}

## Delete worlds

<pre class="language-yaml"><code class="lang-yaml"><strong>danger-zone.delete-worlds-folders: []
</strong></code></pre>

Delete worlds from your world-container folder at the server startup. Add the folder name of the world that you want to delete at the server startup.

> Check the hidden '[world-container](https://bukkit.fandom.com/wiki/Bukkit.yml#world-container)' property in the bukkit.yml file. By default, it corresponds to the same folder as the Spigot JAR.

{% hint style="danger" %}
To maintain a certain level of safety, ParadiseLand will exclusively delete folders that contain the following files:

* ParadiseLand directory
* level.dat file
* session.lock file
* uid.dat file
  {% endhint %}

Example:

```yaml
danger-zone:
  delete-worlds-folders:
    - "world-name-1"
    - "world-name-2"
```

This will delete Paradise worlds named 'world-name-1' and 'world-name-2'.


---

# 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://paradiseland.gitbook.io/wiki/danger-zone.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.
