diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-02-16 16:06:42 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-02-16 16:06:42 +0000 |
| commit | 8b23cd0146d856acb1d1c31d88c168ff5c27cfed (patch) | |
| tree | 7178b65c143eeccfcd85385dde597f51a1a96c79 /src/main/resources | |
| parent | e92a4ffe3f8f2d5e7098bcc9190858ac50a42292 (diff) | |
Make tracking toggleable
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 7379458d..59129eb8 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -139,6 +139,8 @@ options: gui-hide-locked: false # Allow players to cancel a quest (you may want to remove the cancel instructions in the global item lore) allow-quest-cancel: true + # Allow players to track a quest + allow-quest-track: true # Titles for the GUIs guinames: quests-category: "Quests Categories" |
