> For the complete documentation index, see [llms.txt](https://docs.mongenscave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mongenscave.com/premium-products/quests/config-files/hooks.yml.md).

# hooks.yml

***

```yaml
hooks:
  PlaceholderAPI:
    enabled: true
    placeholders:
      # Returned by any placeholder that has no value to show.
      empty: "---"
      # Seconds between rotations of %quests_current_name% / %quests_current_description%
      # when a player has more than one ongoing (accepted or active) quest.
      rotate-interval: 5

version: '1'
```
