diff options
| author | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-04-21 10:08:36 +0100 |
|---|---|---|
| committer | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-04-21 10:08:36 +0100 |
| commit | fd7c1bbd779612584beebebc9357368cccadd1a7 (patch) | |
| tree | 3a48dc35f186de5927678ae29df0716b52ada1ed /src/config.yml | |
| parent | 627b3bfe53214cd8c8018e83a7ff1554eb1783d3 (diff) | |
option to hide locked quests in gui
Diffstat (limited to 'src/config.yml')
| -rw-r--r-- | src/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.yml b/src/config.yml index 3e56f33d..281b1153 100644 --- a/src/config.yml +++ b/src/config.yml @@ -823,6 +823,8 @@ options: titles-enabled: true # Players cannot start any more quests than this at a single time quest-started-limit: 2 + # Hide locked quests, quests on cooldown and completed (but not repeatable) quests + gui-hide-locked: false # Titles for the GUIs guinames: quests-category: "Quests Categories" |
