diff options
| author | Rubenicos <44579213+rubenicos@users.noreply.github.com> | 2021-02-03 07:41:35 -0600 |
|---|---|---|
| committer | Leonardo <13875753+LMBishop@users.noreply.github.com> | 2021-02-03 16:47:09 +0000 |
| commit | 865f91c9367870e7b6eb513adcced50d057dad27 (patch) | |
| tree | 11195b25e0833f82ac631f424c694e10568a02cd /src/main/resources/config.yml | |
| parent | 5c2460c93cc2746816893607c966eba2b5284d05 (diff) | |
New faster placeholders
Diffstat (limited to 'src/main/resources/config.yml')
| -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 21a7ec83..bee451fa 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -170,6 +170,8 @@ options: # Allow quests to be loaded if they contain errors # This may lead to errors in the console! override-errors: false + # How many time (in seconds) plugin save placeholders + placeholder-cache-time: 10 # This switches up the entire quest system. # By enabling daily-quests, players will no longer be presented with the standard Quest GUI. |
