# Custom village

## Create the file

To create a custom village, the first command to run is :

```
/scustom village <villagename>
```

This generates a folder located located at `/plugins/Stratos/customization/village/<villagename>`. In this folder you will find two other folders : houses and center.&#x20;

## Set up the village

In these folders you have to put the xml files you created using the [Stratos Tool](/stratos/customization/stratos-tool.md). The center is the structure that will spawn at the center of the village and houses will spawn arround it.

{% hint style="danger" %}
Every house and center build has to be under 15x15 blocks to fit one chunk.
{% endhint %}

{% hint style="info" %}
Every village structure has the same probability to spawn
{% endhint %}

## Set the village in your custom biome

Go into the `<biomename>.yml` file you want to add the cave and modify the **village** property and set it to `<villagename>`.


---

# 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/stratos/customization/custom-village.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.
