> For the complete documentation index, see [llms.txt](https://wiki.dyroxplays.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dyroxplays.de/dailyquests/beschreibung.md).

# Beschreibung

### DailyQuest Plugin: Erstelle spannende Quests für deine Spieler

Erstelle Quests, die deine Spieler erfüllen müssen und belohne sie beim erfolgreichen Abschluss der Quests.

***

#### Funktionen

* **Quests als GUI:** Quests werden in einer grafischen Benutzeroberfläche angezeigt.
* **Hohe Konfigurierbarkeit:** 99% der Einstellungen sind in der Config anpassbar.
* **Eigene Quests:** Definiere und erstelle deine eigenen Quests.
* **Cooldown:** Nach dem Abschluss einer Quest gibt es einen 24-Stunden-Cooldown.
* **Cooldown-Befehl:** Ein Befehl, um den Cooldown vorzeitig aufzuheben.
* **Belohnungen:** Spieler erhalten eine Belohnung, wenn sie eine Quest erfolgreich abschließen.
* **Abgabe:** Quests werden durch Mittelklick auf das Item im eigenen Inventar abgegeben.
* **Random Questauswahl:** Unendlich viele Quests möglich durch zufällige Auswahl.
* **Vault Unterstützung:** Vault wird für die InGame-Währung benötigt.

Die GUI und alle Nachrichten können in der Konfiguration verwaltet werden!

***

#### Befehle

* **/dailyquest:** Öffnet die GUI.
* **/dq:** Öffnet die GUI.
* **/fixdailyquest:** Hebt den Cooldown eines Spielers vorzeitig auf.

***

#### Berechtigungen

* **dailyquest.use:** Erlaubt das Ausführen von /dailyquest und /dq.
* **dailyquest.fix:** Erlaubt das Ausführen von /fixdailyquest.

***

Mit dem DailyQuest Plugin kannst du spannende und abwechslungsreiche Quests für deine Spieler erstellen und verwalten. Belohne deine Spieler für ihre Erfolge und halte sie mit täglichen Herausforderungen bei Laune.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki.dyroxplays.de/dailyquests/beschreibung.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.
