# Створення і редагування регіону

<table><thead><tr><th width="249">Команда</th><th>Значення</th><th>Доступ від</th></tr></thead><tbody><tr><td>//wand</td><td>Отримати інструмент виділення регіону (Дерев'яна сокира)</td><td>Гравець</td></tr><tr><td>//pos1, //pos2</td><td>Виділення регіону за допомогою команди (те саме, що натиснути правою і лівою кнопкою миші з Дерев'яною сокирою)</td><td>Гравець</td></tr><tr><td>//expand (up/down)</td><td>Збільшення сітки виділення в певному напрямку (детально про команду <a href="https://worldedit.enginehub.org/en/latest/usage/regions/selections/">https://worldedit.enginehub.org/en/latest/usage/regions/selections/</a>)</td><td>Гравець</td></tr><tr><td>/rg claim (назва регіону)</td><td>Реєстрація виділеного вами регіону (Приват регіону)</td><td>Гравець</td></tr><tr><td><em>/rg addmember</em> &#x3C;назва> &#x3C;нік> </td><td>Додати гравця до учасників привату</td><td>Гравець</td></tr><tr><td><em>/rg removemember</em> &#x3C;назва> &#x3C;нік></td><td>Видалити гравця з учасників привату</td><td>Гравець</td></tr><tr><td><em>/rg addowner &#x3C;назва></em> &#x3C;нік></td><td>Додати гравця до власника привату</td><td>Модератор</td></tr><tr><td><em>/rg removeowne</em>r &#x3C;назва> &#x3C;нік></td><td>Видалити гравця із власників привату</td><td>Модератор</td></tr><tr><td>/wesv toggle </td><td>Прибрати відображення сітки регіону</td><td>Гравець</td></tr><tr><td>/rg info</td><td>Показати інформацію про регіон</td><td>Гравець</td></tr><tr><td>/rg list</td><td>Показати список ваших регіонів</td><td>Гравець</td></tr><tr><td>/rg del (назва)</td><td>Видалити приват</td><td>Гравець</td></tr><tr><td>/rg s</td><td>Показати сітку регіону<br>(За умови включеного /wesv toggle)</td><td>Гравець</td></tr></tbody></table>


---

# 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://bandercraft.gitbook.io/wiki/osnovni-komandi-servera/stvorennya-i-redaguvannya-regionu.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.
