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

# Управление участками

* Заприватить участок для города, или купить участок, если он выставлен на продажу:

```
/t claim
```

<figure><img src="/files/r2h8QZXUypU4DCyIxyl6" alt=""><figcaption></figcaption></figure>

* Удалить часток города:

```
/t unclaim
```

<figure><img src="/files/WrYKdNPahLR5yQy1K7pj" alt=""><figcaption></figcaption></figure>

* Просмотреть информацию об участке:

```
/t info
```

<figure><img src="/files/8fFe4cje3qWNFj9XWNGm" alt=""><figcaption></figcaption></figure>

* Разрешить или запретить действия на своём участке

```
/plot set perm
```

<table><thead><tr><th width="182">Категории прав</th><th></th></tr></thead><tbody><tr><td><em>build</em></td><td>ставить блоки</td></tr><tr><td><em>destroy</em> </td><td>ломать блоки</td></tr><tr><td><em>switch</em> </td><td>двери, кнопки, сундуки и механизмы</td></tr><tr><td><em>itemuse</em> </td><td>использовать предметы</td></tr></tbody></table>

<table><thead><tr><th width="184">Категории населения</th><th></th></tr></thead><tbody><tr><td><em>resident</em> [r---]</td><td>житель города</td></tr><tr><td>nation [-n--]</td><td>гражданин нации, к которой привязан город</td></tr><tr><td>ally [--a-]</td><td>член альянса</td></tr><tr><td>outsider [---o]</td><td>чужаки, не относящиеся ни к одной категории выше</td></tr></tbody></table>

Пример использования 1:

```
/t set perm resident build off
```

Запрещает строить на участке:

<figure><img src="/files/6BVJ6WW6v4RtBYs6lvGa" alt=""><figcaption></figcaption></figure>

Пример использования 2:

```
/t set perm ally itemuse on
```

Разрешает использование предметов (кнопки, сундуки, двери и т.д.) членам альянса нации:

<figure><img src="/files/ezkXgki0urcDbRhpkAzL" alt=""><figcaption></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://wiki.cubethrone.fun/towny-wiki/upravlenie-uchastkami.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.
