From 437c4e71d432e4a63dd47eaa059bdab21cf7532b Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Mon, 1 Feb 2021 22:28:23 +0000 Subject: Add error checker --- src/main/resources/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/resources') 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. -- cgit v1.2.3-70-g09d2