aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources
diff options
context:
space:
mode:
authorKrakenied <Krakenied1@gmail.com>2023-09-15 16:44:59 +0200
committerKrakenied <Krakenied1@gmail.com>2023-09-24 15:47:47 +0200
commit1cbede7b46bf36695b581031be49bd827601b2aa (patch)
tree77ad45186a08dc91375d2b3f638a07742e46a946 /bukkit/src/main/resources
parentc7c9acfbfd4d3739e9055209df1f167bee2b32b7 (diff)
Add dedicated progress placeholders section
Diffstat (limited to 'bukkit/src/main/resources')
-rw-r--r--bukkit/src/main/resources/resources/bukkit/config.yml6
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