> For the complete documentation index, see [llms.txt](https://www.arhitecturecraft.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.arhitecturecraft.online/komandy.md).

# Команды

Все команды которые есть на сервере

<mark style="color:yellow;">Вот список доступных команд на сервере:</mark>

```
/msg
```

```
/tell
```

```
/afk
```

```
/stream
```

```
/sit
```

```
/crawl
```

```
/lay
```

```
/report
```

```
/skin
```

```
/imageframe
```

```
/do
```

```
/try
```

```
/me
```

```
/xp
```

### <mark style="color:yellow;">/msg | /tell</mark> <a href="#msg-or-tell" id="msg-or-tell"></a>

**Команда для отправки личных сообщений**

### <mark style="color:yellow;">/afk | /stream</mark> <a href="#afk-or-stream" id="afk-or-stream"></a>

**Команды для изменения статуса**

### <mark style="color:yellow;">/sit | /crawl | /lay</mark> <a href="#sit-or-crawl-or-lay" id="sit-or-crawl-or-lay"></a>

**Команда для изменения положения тела вашего персонажа ,а именно сидеть|ползать|лежать**

### <mark style="color:yellow;">/report</mark> <a href="#report" id="report"></a>

**Команда с помощью которой можно подать анонимную жалобу которая отправится администрации сервера в дискорд**

### <mark style="color:yellow;">/skin</mark> <a href="#skin" id="skin"></a>

**Команда для тех кто играет не через лицензию благодаря ей можно устанавливать скин рекомендуется использовать сайт для встраивания ссылки :**[**https://mineskin.org/**](https://mineskin.org/) **полная команда для установки: /skin url "Ссылка" classic/slim**

### <mark style="color:yellow;">/imageframe</mark> <a href="#imageframe" id="imageframe"></a>

**Команда для загрузки кастомных картинок для создания картинки будут нужны карты. Советуется использовать сайт для загрузки фото:** [**https://iimg.su/**](https://iimg.su/) **полная команда для загрузки: /imageframe create "название" "ссылка" "ширина" "высота" combined(рекомендуется)**

### <mark style="color:yellow;">/do | /try | /me</mark> <a href="#do-or-try-or-me" id="do-or-try-or-me"></a>

Команды для рп

### <mark style="color:yellow;">/xp</mark> <a href="#xp" id="xp"></a>

/xp get (количество)L Благодаря этой команде можно сохранить опыт в бутылочку и использовать их в крафтах.

### Команды по запросу игроков (без описания) <a href="#komandy-po-zaprosu-igrokov-bez-opisaniya" id="komandy-po-zaprosu-igrokov-bez-opisaniya"></a>


---

# 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://www.arhitecturecraft.online/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.
