diff options
| author | Krakenied <krakenied1@gmail.com> | 2025-05-13 18:10:45 +0200 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2025-05-13 20:34:15 +0200 |
| commit | e0b437c79cf3234634953cde05a67e45b1a74bef (patch) | |
| tree | 73d97a158b2bb2af9633217a84f65c072d933bba /docs/configuration/creating-a-quest.md | |
| parent | be76eef66f4b36bae486e53426b5b006e169a30c (diff) | |
Update plugin docs
Diffstat (limited to 'docs/configuration/creating-a-quest.md')
| -rw-r--r-- | docs/configuration/creating-a-quest.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/configuration/creating-a-quest.md b/docs/configuration/creating-a-quest.md index be938a95..d2a91397 100644 --- a/docs/configuration/creating-a-quest.md +++ b/docs/configuration/creating-a-quest.md @@ -367,6 +367,33 @@ options: counts-towards-limit: false ``` +### Counts towards completed + + +*`options.counts-towards-completed`* + +**Optional.** Whether or not this quest counts towards the players quests +completed. The option is currently used only for the plugin placeholders. + +``` yaml +options: + # ... + counts-towards-completed: false +``` + +### Hidden + + +*`options.hidden`* + +**Optional.** Whether or not this quest should be hidden from the plugin menus. + +``` yaml +options: + # ... + hidden: true +``` + ### Repeatable |
