For the complete documentation index, see llms.txt. This page is also available as Markdown.

hooks.yml


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'

Last updated