> For the complete documentation index, see [llms.txt](https://as.advancedplugins.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://as.advancedplugins.net/creating-custom-mobs/configuration-explanation.md).

# Configuration Explanation

## Setting part items

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