Skip to content

BossBar

DarknessTime-king5442 edited this page May 29, 2021 · 1 revision

BossBar supports:

  1. Colors ("&<color>", "#HexColor", Rainbow color > "&u", Gradient -> "!#HexColor1TexT!#HexColor2")
  • 1.1 "#HexColor" and Gradient -> "!#HexColor1TexT!#HexColor2" only for 1.16+
  1. Placeholders from PlaceholderAPI

BossBar

Enabled: true

Permission: "SCR.See.BossBar"

# List of forbidden worlds
ForbiddenWorlds:
- "DisabledWorld"

PerPlayer:
  InputPlayerNameHere:
    Toggleable: true
    Stage: '100.0'
    Text: "&e&l%animation-welcome% &6%playername%"
    Type: "PROGRESS"
    Color: "GREEN"

PerWorld:
  InputWorldNameHere:
    Toggleable: true
    Stage: '100.0'
    Text: "&e&l%animation-welcome% &6%playername%"
    Type: "PROGRESS"
    Color: "GREEN"

Toggleable: true

# Reflesh speed in ticks
# Time to update BossBar
# 20 ticks = 1s
RefleshTick: '20'

# BossBar stage (Can be used %math{}% !}
Stage: '100.0'

# BossBar type (Types: NOTCHED_10, NOTCHED_12, NOTCHED_20, NOTCHED_6, PROGRESS)
Type: "PROGRESS"

# BossBar color (Colors: RANDOM, GREEN, BLUE, PINK, PURPLE, RED, WHITE, YELLOW)
Color: "RANDOM"

# BossBar text
Text: "&e&l%animation-welcome% &6%playername%"

FAQ

  1. How can i disable or enable BossBar?
  • You can disable this feature in file “BossBar.yml” by set “Enabled” to “false”
  • You can enable this feature in file “BossBar.yml” by set “Enabled” to “true”
  1. How can i edit update time of BossBar?
  • Update time can be edited in file “BossBar.yml”, section “RefleshTick”
  1. How can i toggle BossBar?
  • Execute command "/BossBar"
  1. Why my BossBar not be disable after execute "/BossBar" ?
  • BossBar can't be disabled if value of "Toggleable" is "false", just set value to "true"

Clone this wiki locally