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

# Городские зоны

> В отличие от ванильного towny наш плагин ограничивает распоряжения чанками. Чтобы не отстать в развитии от других городов/наций вам придётся распределять свою территорию и создавать план города

<h2 align="center">Команды</h2>

* <kbd>/tzones info</kbd> – посмотреть информацию о зоне ее тип и уровень прокачки
* <kbd>/tzones set \[тип]</kbd> – установить тип зоны
* <kbd>/tzones delete</kbd> – удалить зону
* <kbd>/tzones upgrade</kbd> – прокачать зону

***

<h2 align="center">Зоны</h2>

#### Ратуша \[MAIN\_BUILDING]

> Пусто

#### Дорога \[ROAD]

> Ускоряет транспорт и лошадей. Только гранича с ней можно поставить любые другие зоны

#### Жилая \[RESEDENTIAL]

> Увеличивает лимит жителей в городе.> \
> Только в этой зоне можно продавать/покупать чанки, сдавать квартиры

1. Уровень → 1 максимальное количество игроков
2. Уровень → 2 максимальное количество игроков
3. Уровень → 3 максимальное количество игроков; 1 лимит квартир
4. Уровень → 4 максимальное количество игроков; 2 лимит квартир
5. Уровень → 5 максимальное количество игроков; 3 лимит квартир

#### Коммерческая \[COMMERCIAL]

> Нужна для создания честшопов и варп-магазинов

#### Биржа \[EXCHANGE]

> Создаёт НПС, который торгует на бирже с пониженной комиссией (её устонавливает владелец города)

{% hint style="warning" %}
Для создания зоны необходим 3 уровень ратуши
{% endhint %}

#### Аукцион \[AUCTION]

> Позволяет жителям города использовать <kbd>/ah</kbd>

{% hint style="warning" %}
Для создания зоны необходим 4 уровень ратуши
{% endhint %}

#### Шахта \[MINE]

> Позволяет игрокам использовать месторождения внутри зоны

{% hint style="warning" %}
Для создания зоны необходим 3 уровень ратуши
{% endhint %}

#### Ферма \[FARM]

> Пусто

#### Арена \[ARENA]

> Пусто

#### Посольство \[EMBASSY]

> Пусто


---

# 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://pywin-core.gitbook.io/winerecia/politengine/gorodskie-zony.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.
