# Placeholders

You can use two placeholders in your scoreboards, tabs, or wherever you want as long as it is compatible with PlaceholderAPI.

* `odailyquests_achieved` \
  ➜ Display the number of daily achieved quests of the player.<br>
* `odailyquests_total`\
  ➜ Display the total number of achieved quests of the player.<br>
* `odailyquests_drawin` \
  ➜ Display the time remaining before the next quest draw for the player.<br>
* `odailyquests_name_<index>`\
  ➜ Display the name of the player's active quest.<br>
* `odailyquests_desc_<index>_<line>`\
  \
  \
  \
  ➜ Display the description line of the selected quest. <br>
* `odailyquests_progress_<index>` \
  ➜ Display the current progression for a quest.<br>
* `odailyquests_progressbar_<index>`\
  \
  &#x20;\
  ➜ Display the current progress bar for a quest.<br>
* `odailyquests_iscompleted_<index>`\
  \
  ➜ Display the status of the selected quest. Returns true or false. <br>
* `odailyquests_requiredamount_<index>`\
  \
  ➜ Display the required amount to complete the selected quest. <br>
* `odailyquests_requireddisplayname_<index>`\
  \
  ➜ For quests using *random\_required*, displays the defined name of the required item.<br>
* `odailyquests_status_<index>`\
  &#x20;\
  ➜ Displays the value of the *placeholders.achieved* parameter in the configuration if the quest is completed, *placeholders.not\_achieved* if not.<br>
* `odailyquests_<category>_<index>`\
  &#x20;\
  ➜ Display the name of a quest from all the existing quests or from a category.

The index corresponds to the order in which the quests are displayed in the category menu, starting from 1. For example, `odailyquests_global_5` will display the name of the 5th quest of the global category.


---

# 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://ordwenplugins.gitbook.io/odailyquests/integrations/placeholders.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.
