# Configuration Explanation

## Setting part items

#### Custom Head Texture using AdvancedHeads plugin. How to find head ids: <https://heads.advancedplugins.net/usage/find-custom-head-id>

```yaml
    advanced-heads: 619
```

#### Set head as player's head (for pets only):

```yaml
headItem: '%PetOwner%'
```

#### How to set item in main hand (right):

```yaml
    handItem: material:GOLD_SWORD
```

#### How to set item in off hand (left):

```yaml
offhandItem: material:DIAMOND_SWORD
```

## Setting part poses

#### How to set main hand's pose (right):

```yaml
right_handPose: 0;0;0
```

How to set off hand's pose (left):

```yaml
left_handPose: 0;0;0
```


---

# Agent Instructions: 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://mobs.advancedplugins.net/edit-custom-mobs/configuration-explanation.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.
