# Bows

### bows.yml

This is the file where all custom bows behaviour and config are stored

## Example bow

```yaml
astral_bow:
  enabled: true
  permission: astral_bow
  model_id: 1
  name: '&fAstral bow'
  specific_properties:
    max_custom_durability: 512
    arrow_damage: 4
  enchants:
    - ARROW_FIRE:1
  events:
    shot:
      play_sound: astral_bow_shot
      glow_arrows: true
```

### Specific properties

```yaml
specific_properties:
    arrow_damage: 4
```

As you can see you can set custom damage for arrows shot by bow

### Events

```yaml
events:
    shot: #called when you shot an arrow
      play_sound: astral_bow_shot #name of the sound to be played
      glow_arrows: true #enable glowing arrows
```


---

# 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://lonedev.gitbook.io/itemsadder/specific-items/bows.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.
