diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-07-26 15:50:18 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-07-26 15:50:18 +0100 |
| commit | d8c60882d408875e702a3ca12461ee5220f3a30a (patch) | |
| tree | 2dc1ebc389bb6fc5cd1ad57b21b0328071b677b1 /bukkit/src/main/resources | |
| parent | b5bfc8ff3a009497ffef87be334995e2e4019e7a (diff) | |
Add papi support to quest strings (closes #216)
Diffstat (limited to 'bukkit/src/main/resources')
| -rw-r--r-- | bukkit/src/main/resources/resources/bukkit/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml index 7bbc5c3c..85ef01fe 100644 --- a/bukkit/src/main/resources/resources/bukkit/config.yml +++ b/bukkit/src/main/resources/resources/bukkit/config.yml @@ -225,6 +225,8 @@ options: quest-autotrack: true # How much quests should log, 0 = errors only, 1 = warnings, 2 = info, 3 = debug verbose-logging-level: 2 + # 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 # players progress on specific quests and those quests are later removed. The problem is that their progress # is still kept in the quest progress file, which may lead to issues such as players reaching a quest started |
