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

# Головы

{% hint style="info" %}
На сервере можно получать головы игроков и декоративные головы блоков.

Ниже показаны оба способа.
{% endhint %}

{% stepper %}
{% step %}

### 1. Головы игроков

При убийстве игрока с него выпадает голова, которую можно забрать как трофей или использовать в декоре.

<figure><img src="/files/7ToDEt9IlA55xu4gI2w8" alt="Голова игрока после убийства"><figcaption><p>После убийства игрока с него выпадает его голова.</p></figcaption></figure>
{% endstep %}

{% step %}

### 2. Головы блоков

Головы блоков можно получить через **камнерез**: положите в него обычный блок и выберите нужный декоративный вариант.

<figure><img src="/files/3HS08HIqn2uXsc0zLOkp" alt="Получение головы блока через камнерез"><figcaption><p>Положите обычный блок в камнерез, чтобы получить его декоративную голову.</p></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.izzziland.ru/golovy.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.
