diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-06-26 13:45:47 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-06-26 13:45:47 +0100 |
| commit | 75377a31562e6c1c06a5b306f002da7850065e42 (patch) | |
| tree | 49381a06929ff9c0800bfa00dd96733d0f75cbce /bukkit/src/main/resources | |
| parent | ba52997fea33b0eb9a2845c16b8add7f2a8e06ae (diff) | |
Add boolean return type to storage providers
Diffstat (limited to 'bukkit/src/main/resources')
| -rw-r--r-- | bukkit/src/main/resources/resources/bukkit/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml index 5a8e3f3d..e51db8eb 100644 --- a/bukkit/src/main/resources/resources/bukkit/config.yml +++ b/bukkit/src/main/resources/resources/bukkit/config.yml @@ -203,7 +203,7 @@ options: # How much quests should log, 0 = errors only, 1 = warnings, 2 = info, 3 = debug verbose-logging-level: 2 # Record Quests log history for /q a debug - log-history: false + record-log-history: true # Replace placeholders from PlaceholderAPI in rewards, rewardstrings and start strings quests-use-placeholderapi: false # Verify quests exist when a player's data is loaded - inconsistencies may arise when |
