# 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
