# Presentation

Welcome to Ouranos wiki ! On this wiki, you will learn to use and configure Ouranos spigot plugin.

### What is Ouranos ?

Ouranos is a procedural world generation plugin that create much more than just lands :&#x20;

#### Biomes

First Ouranos has a biome system. Each biome is classified as "cold", "temperate" or "arid" Cold-temperate and temperate-arid biomes are connected.

#### Trees

Ouranos trees are massive compared to some other plugins such as Stratos (see [Ouranos vs Stratos](/ouranos/ouranos-vs-stratos.md)). Size restriction for trees is now 96 blocks long which allow to use big trees.

#### Caves

Ouranos has 3 differents cave systems:

* "Vanilla like" caves that look like the vanilla caves
* Water caves are massive caves where water is flowing
* Lava caves are in depth caves with lava flowing

Each cave can be disabled independently in the configuration file

#### Rivers

Ouranos has a river system that evolved compared to Stratos to remove non-natural behaviours

#### Dungeons

Ouranos implements custom dungeon system.

#### Structures

Ouranos has a complex structure system that allow you to add npcs/mobs into your structures

#### Villages and cities

Ouranos implements procedural villages and cities system. Each one has multiple buildings in it you can customize. You can also add your own buildings and your own NPCs into each village/city building.


---

# 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://alex-plugins.gitbook.io/ouranos/presentation.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.
