-
Notifications
You must be signed in to change notification settings - Fork 5
BossBar
DarknessTime-king5442 edited this page May 29, 2021
·
1 revision
BossBar supports:
-
Colors
("&<color>", "#HexColor", Rainbow color > "&u", Gradient -> "!#HexColor1TexT!#HexColor2")
- 1.1
"#HexColor"andGradient -> "!#HexColor1TexT!#HexColor2"only for 1.16+
- Placeholders from PlaceholderAPI
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%"
- 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”
- How can i edit update time of BossBar?
- Update time can be edited in file “BossBar.yml”, section “RefleshTick”
- How can i toggle BossBar?
- Execute command "/BossBar"
- 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"