> For the complete documentation index, see [llms.txt](https://docs.vanillasquad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vanillasquad.com/igrovoi-kontent/resurs-paki.md).

# Ресурс паки

{% hint style="success" %}
Для доступа к функционалу создания ресурс пака требуется подписка [Union](/podderzhka-servera/podpiska-union-i-union+.md). Рекомендуется ознакомиться с её условиями.
{% endhint %}

### Создание ресурс-пака

Для создания используйте команду:

```
/rp create <Название> <Ссылка>
```

Требования к ссылке:

* Должна вести на файл в формате **.zip**
* Должна быть прямой ссылкой на скачивание

#### Примеры команд

* Посмотреть список созданных вами ресурс-паков: /rp list
* Удалить созданный ресурс-пак: /rp delete <Название>
* Просмотреть список команд: /rp

***

### Установка ресурс-пака игроками

Чтобы игроки могли установить ресурс-пак, создайте табличку и укажите на ней:

```
[RP]
<Название ресурс-пака>
```

<figure><img src="/files/NWKy401en6hUTwSeKQve" alt=""><figcaption></figcaption></figure>

\
После этого:

1. Игрок нажимает **правой кнопкой мыши** по табличке.
2. Появится запрос на подтверждение установки — игрок повторно нажимает ПКМ.
3. Ресурс-пак начинает загружаться и устанавливаться.

***


---

# 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:

```
GET https://docs.vanillasquad.com/igrovoi-kontent/resurs-paki.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.
