diff options
| author | fatpigsarefat <fatpigsarefat@outlook.com> | 2019-02-03 11:22:35 +0000 |
|---|---|---|
| committer | fatpigsarefat <fatpigsarefat@outlook.com> | 2019-02-03 11:22:35 +0000 |
| commit | cce18af4a84de05656081529cc5b6a5d7276aa58 (patch) | |
| tree | f12f6d1d04051b008d73d72abae7d1bb5aee35d1 /src/main/resources | |
| parent | 9edfa94f911992f1c8104afe58f9aa7659f8c0b6 (diff) | |
Option to show quest registrations added
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 84aff28f..a54061bf 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -999,6 +999,8 @@ options: quests-menu: "Quests" daily-quests: "Daily Quests" quest-cancel: "Cancel Quest" + # Show when quests register in console. Disable if you want less console spam at startup. + show-quest-registrations: true # This switches up the entire quest system. # By enabling daily-quests, players will no longer be presented with the standard Quest GUI. |
