aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-02-01 22:28:23 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-02-01 22:28:23 +0000
commit437c4e71d432e4a63dd47eaa059bdab21cf7532b (patch)
treec04a09b2d21fdd21af73eb1ad8d6221f3410b2b8 /src/main/resources
parent7fe8a4414cded252457fea8c1dccbf87c675083e (diff)
Add error checker
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/config.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 8edf1f7d..b5ed99ef 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -158,6 +158,12 @@ options:
performance-tweaking: # The following are measured in server ticks, multiply SECONDS by 20 to get the number of ticks.
quest-completer-poll-interval: 100 # how frequently Quests should check if quests have been completed (def=100 - 5 seconds) - increase this value if you are struggling with performance
quest-autosave-interval: 12000 # how frequently online players data will be autosaved (def=12000 - 10 minutes)
+ tab-completion:
+ enabled: true
+ error-checking:
+ # Allow quests to be loaded if they contain errors
+ # This may lead to errors in the console!
+ override-errors: false
# This switches up the entire quest system.
# By enabling daily-quests, players will no longer be presented with the standard Quest GUI.