diff options
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 0193f33d..ca22230d 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -143,6 +143,9 @@ options: gui-hide-categories-nopermission: false # Make it so players do not have to start quest themselves quest-autostart: false + 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) # This switches up the entire quest system. # By enabling daily-quests, players will no longer be presented with the standard Quest GUI. |
