# Admin commands

#### For all these commands, the sender needs the `odailyquests.admin` permission.

* **`/dqa reset quests <player>`** \
  ➜ Renew manually player quests.
* **`/dqa reroll <player> <index>`** \
  ➜ Draw a new quest for a player, at a specific index.
* **`/dqa show <player>`** \
  ➜ Show active quests of a player.
* **`/dqa open <player>`** \
  ➜ Force a player to open his quests.
* **`/dqa add total <player> <amount>`** \
  ➜ Add a number of achieved quests to a player.
* **`/dqa add total <category> <player> <amount>`** \
  ➜ Add a number of achieved quests in a specific category to a player.
* **`/dqa remove total <player> <amount>`** \
  ➜ Remove a number of achieved quests to a player.
* **`/dqa remove total <category> <player> <amount>`** \
  ➜ Remove a number of achieved quests in a specific category to a player.
* **`/dqa complete <player> <questId>`** \
  ➜ Complete manually a player quest.
* **`/dqa set <player> <slot> <category> <file index>`**

  ➜ Assign a specific quest to a player. Slot can be between 1 and the total amount of quests you set to the player, regardless if it's normally a slot for another category. File index is the quest identifier in your file.
* **`/dqa reload`** \
  ➜ Reload the plugin.
* **`/dqa convert <old format> <new format>`** \
  ➜ Convert the storage format of the plugin.

#### Aliases

* /dailyquestsadmin
* /dquestsadmin
* /dqadmin
* /dqa


---

# 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/commands/admin-commands.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.
