> For the complete documentation index, see [llms.txt](https://wiki.tuesday-prime.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tuesday-prime.ru/dobro-pozhalovat/tuesday/komandy.md).

# Команды

### Основные

<mark style="color:green;">**/chatsettings**</mark> - настройки чата, включение выключение глобального/локального чатов, отключение личных сообщений и выбор темы. \ <mark style="color:green;">**/helper**</mark> - написать хелперам онлайн сообщение (использование только при необходимости).\ <mark style="color:green;">**/ignor**</mark> - отправить человека в игнор (список игнорируемых игроков - <mark style="color:green;">**/ignorlist**</mark>).\ <mark style="color:green;">**/online ник**</mark> - показывает, сколько игрок наиграл времени на сервере (<mark style="color:green;">**/toponline**</mark> - топ по онлайну). \ <mark style="color:green;">**/symbol**</mark> - список символов.\ <mark style="color:green;">**/ping**</mark> - показывает пинг игрока.\ <mark style="color:green;">**/stats**</mark> - показывает статистику игрока.

### Чат

<mark style="color:green;">**!**</mark> - написать сообщение в локальный чат (отправка сообщения без символа, отправляется в локальный чат - 100 блоков вокруг игрока).\ <mark style="color:green;">**/msg, /tell**</mark> - написать игроку в личные сообщения.\ <mark style="color:green;">**/r, /reply**</mark> - ответить на личное сообщение.\ <mark style="color:green;">**/mail**</mark> - отправить личное сообщение игроку не в онлайне.

### РП команды

<mark style="color:green;">**/me**</mark> - отправить действие от лица игрока.\ <mark style="color:green;">**/try**</mark> - вероятность определенного события (случайно).

### Донат команды

<mark style="color:green;">**/case**</mark> - меню открытия кейса.\ <mark style="color:green;">**/design**</mark> - открыть меню настройки косметики.\ <mark style="color:green;">**/nickname**</mark> - изменить ник визуально.

### Прочее

<mark style="color:green;">**/stream start url**</mark> - статус стрима.&#x20;


---

# 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.tuesday-prime.ru/dobro-pozhalovat/tuesday/komandy.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.
