bossbar.yml

# BossBar Settings for cmaEnderPearlManager
# Available types: SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20
# Available colors: BLUE, RED, GREEN, YELLOW, PURPLE, WHITE, PINK

# Limit Usage BossBar  
limit-bar:
  color: RED
  style: SEGMENTED_10
  title: "&6Uses: &e{current}/{max} &6- &cCooldown: &f{time}"

# Cooldown BossBar
cooldown-bar:
  color: PURPLE
  style: SEGMENTED_20
  title: "&cCooldown: &f{time}"

# Health Cost Warning BossBar
health-warning-bar:
  color: RED
  style: SOLID
  title: "&cNot enough health! Need {cost} more"

# Health Cost Applied BossBar  
health-applied-bar:
  color: RED
  style: SOLID
  title: "&c-{cost} ♥ health for using ender pearl"

# Default BossBar (if specific type not found)
default-bar:
  color: BLUE
  style: SEGMENTED_6
  title: "&bWaiting: &f{time}"

Last updated