diff options
Diffstat (limited to 'bukkit/src/main/resources')
| -rw-r--r-- | bukkit/src/main/resources/resources/bukkit/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml index cdad78e6..6a133670 100644 --- a/bukkit/src/main/resources/resources/bukkit/config.yml +++ b/bukkit/src/main/resources/resources/bukkit/config.yml @@ -104,6 +104,12 @@ options: record-log-history: true # Replace placeholders from PlaceholderAPI in rewards, rewardstrings and start strings quests-use-placeholderapi: false + # Replace placeholders from PlaceholderAPI in boss bar and action bar progress strings + progress-use-placeholderapi: false + # If true, progress string from placeholders section will be used as fallback in boss bar + # and action bar in case there is no matching string set in progress-placeholders section. + # Otherwise, the bar will not appear at all. + use-progress-as-fallback: true # PlayerBlockTracker class to be used with the hook playerblocktracker-class-name: "com.gestankbratwurst.playerblocktracker.PlayerBlockTracker" # Verify quests exist when a player's data is loaded - inconsistencies may arise when |
