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

# Команды

## Технические <a href="#tech" id="tech"></a>

<kbd>/origin check</kbd>

{% hint style="info" %}
Узнать информацию о своей расе
{% endhint %}

`/kingdom`

{% hint style="info" %}
Информация о королевстве и профессии
{% endhint %}

`/pu`

{% hint style="info" %}
Открывает меню прокачки игрока
{% endhint %}

`/menu`

{% hint style="info" %}
Открывает меню сервера
{% endhint %}

***

## Общение <a href="#communication" id="communication"></a>

`/msg <ник>`

`/w <ник>`

`/tell <ник>`

{% hint style="info" %}
Написать личное сообщение (ЛС) конкретному игроку

Вместо команды можно кликнуть по нику из чата
{% endhint %}

`/reply <сообщение>`

{% hint style="info" %}
Ответ последнему, кому вы писали личное сообщение
{% endhint %}

`/ignore <ник>`

{% hint style="info" %}
Кинуть кого-то в игнор, удалить из игнора
{% endhint %}

`/ignorelist`

{% hint style="info" %}
Узнать, кто у вас в игноре
{% endhint %}

`/tg`&#x20;

{% hint style="info" %}
Отключение глобального чата
{% endhint %}

***

## Персонаж - RolePlay (РП) <a href="#person-rp" id="person-rp"></a>

`/sit`

{% hint style="info" %}
Сесть

<img src="/files/l1Ntf3iYOClECULJE9aB" alt="" data-size="original">
{% endhint %}

`/lay`

{% hint style="info" %}
Лечь

<img src="/files/Xrkjj0YsePUnTDMlPRc7" alt="" data-size="original">​
{% endhint %}

`/crawl`

{% hint style="info" %}
Ползти

<img src="/files/Vs68WOw1fvZ5xkE10q5D" alt="" data-size="original">
{% endhint %}

`/wroleplay:me <сообщение>`

{% hint style="info" %}
Отыгровка действия от первого лица

<img src="/files/4edUZb2ud10VJYSL7BHM" alt="" data-size="original">
{% endhint %}

`/hat`

{% hint style="info" %}
Надеть на голову выбранный блок

<img src="/files/hpu9r1ztziLmkGgvAS2T" alt="" data-size="original">
{% endhint %}

`/afk`

{% hint style="info" %}
Вход в афк-режим. Оповещение в чате и иконка в TAB

<img src="/files/xenk0iqaXIRJV3cYhVLf" alt="" data-size="original">
{% endhint %}

`/todo <Фраза*Дейсвие>` <br>

{% hint style="info" %}
Используется для большего погружения в происходящее.![](/files/L8sfJRfpZM2lFqM7nH4S)
{% endhint %}

`/try <сообщение>`

{% hint style="info" %}
Показывает успешно или нет ваше событие

<img src="/files/HMdt3qLmo0hYtNYIZ7qo" alt="" data-size="original">
{% endhint %}

`/do <сообщение>`

{% hint style="info" %}
используется для отыгровки рп от 3 лица с большой буквы и с точкой на конце. Эта команда характеризует так называемое последствие, идущее после определенного действия.

<img src="/files/yuXpn8flqo8QXlnZIAzW" alt="" data-size="original">

{% endhint %}

`/roll`

{% hint style="info" %}
Кубики ДНД

Бросить кубик d100 в чате игры

<img src="/files/opBezUAkG9X066eWNNdn" alt="" data-size="original">
{% endhint %}

***


---

# 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.pwworlds.ru/tech/commands.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.
