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

# ParadiseLand

## Premises

{% hint style="danger" %} <mark style="color:red;">**This wiki is still a work in progress and may contain partial information!**</mark>
{% endhint %}

{% hint style="warning" %} <mark style="color:yellow;">For this guide is necessary to have a basic understanding of Minecraft server management, plugins, and configurations. Therefore, I won't be here to explain how to set up a Spigot server from scratch.</mark>
{% endhint %}

This wiki includes all plugin features as described in the configuration files and also provides some examples.

You should know that:

* [*<mark style="color:blue;">ParadiseLand</mark>*](https://www.spigotmc.org/resources/paradiseland%E2%AD%90skyworld-generator%E2%AD%90-1-8-8-1-20-x.28056/) *<mark style="color:red;">is a paid software</mark>*<mark style="color:red;">,</mark> <mark style="color:red;"></mark>*<mark style="color:red;">and the use of this wiki is limited to those who have purchased it</mark>*.
* This is not the place to ask for help, [<mark style="color:blue;">send me a message on Spigot</mark>](https://www.spigotmc.org/resources/authors/gamerover98.27106/) if you need it.
* The plugin has been tested on [<mark style="color:blue;">Spigot</mark>](https://www.spigotmc.org/), [<mark style="color:blue;">Paper</mark>](https://papermc.io/downloads), and [<mark style="color:blue;">PurPur</mark>](https://purpurmc.org/) so, I don't give support to anyone using other servers.
* ParadiseLand **doesn't work** with [<mark style="color:blue;">Folia</mark>](https://papermc.io/software/folia) and [<mark style="color:blue;">MultiPaper</mark>](https://github.com/MultiPaper/MultiPaper).

***

## What is ParadiseLand?

In brief, [ParadiseLand](https://www.spigotmc.org/resources/paradiseland%E2%AD%90skyworld-generator%E2%AD%90-1-8-8-1-20-x.28056/) is a plugin that generates a world of floating islands and is compatible with Spigot servers. It has been designed to run with Spigot versions ranging from 1.8.8 to the latest releases!

<figure><img src="https://i.imgur.com/VyGnvu6.jpg" alt=""><figcaption><p>Plains and dark forest biomes</p></figcaption></figure>

<figure><img src="https://i.imgur.com/z050aZt.jpg" alt=""><figcaption><p>Swamp and jungle biomes</p></figcaption></figure>

<figure><img src="https://i.imgur.com/4bJFXx0.jpg" alt=""><figcaption><p>Snowy plains and snowy taiga biomes</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://paradiseland.gitbook.io/wiki/paradiseland.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
