> For the complete documentation index, see [llms.txt](https://docs.narevia.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.narevia.fun/o-proekte/udobstva-dlya-igrokov.md).

# Удобства для игроков

### Удобства для игроков

* **Быстрая рубка деревьев** — команда `/tm`. Срубите нижний блок дерева, и оно упадёт целиком (если у вас есть подходящий инструмент). Это экономит время и не считается читом.
* Команда `/report` позволяет оставить жалобу на игрока или баг прямо из игрового чата.
* Команда `/menu` позволяет увидеть актуальную информацию об игроке и мирах. Доступна настройка градиента ника, отображаемого в чате и табе.
* На сервере доступны особые действия с рамками:

<table><thead><tr><th>Действие</th><th width="343">Как выполнить</th></tr></thead><tbody><tr><td>Скрыть рамку</td><td>Зажмите Shift и нажмите ПКМ ножницами по рамке</td></tr><tr><td>Вернуть видимость</td><td>Зажмите Shift и нажмите ПКМ кисточкой по рамке</td></tr><tr><td>Заблокировать вращение</td><td>Нажмите ПКМ стеклянной панелью по рамке</td></tr></tbody></table>

> 💡 Невидимые рамки удобно использовать в интерьере, магазинах и для создания кастомных декораций.\
> Заблокированные рамки нельзя случайно повернуть — это защищает выставленные предметы.

* На сервере установлен Simple Voice Chat. Чтобы слышать других игроков установите на клиент соответствующую модификацию.
* Не знаете где найти тот или иной биом?! Воспользуйтесь оналйн картой сервера - [**жми сюда**](https://map.narevia.fun/)


---

# 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://docs.narevia.fun/o-proekte/udobstva-dlya-igrokov.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.
