Advertisement
Guest User

Untitled

a guest
Aug 11th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.37 KB | None | 0 0
  1.  
  2. # Display bossbars from quests (bossbar loop and progress_notify) in quests in different colors, relative to the current progression ?
  3. quest_progress_notify_bossbars_dynamic_enabled: true
  4. quest_progress_notify_bossbars_dynamic_colors:
  5.   - min: 0
  6.     max: 0.33
  7.     color: RED
  8.   - min: 0.33
  9.     max: 0.66
  10.     color: YELLOW
  11.   - min: 0.66
  12.     max: 1
  13.     color: GREEN
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement