-
Notifications
You must be signed in to change notification settings - Fork 5
ActionBar
DarknessTime-king5442 edited this page May 29, 2021
·
2 revisions
ActionBar supports:
-
Colors
("&<color>", "#HexColor", Rainbow color > "&u", Gradient -> "!#HexColor1TexT!#HexColor2")
- 1.1
"#HexColor"andGradient -> "!#HexColor1TexT!#HexColor2"only for 1.16+
- Placeholders from PlaceholderAPI
Enabled: false
Permission: "SCR.See.ActionBar"
# List of forbidden worlds
ForbiddenWorlds:
- "DisabledWorld"
PerPlayer:
InputPlayerNameHere:
Toggleable: true
Text: "&e&l%animation-welcome% &6%playername%"
PerWorld:
InputWorldNameHere:
Toggleable: true
Text: "&e&l%animation-welcome% &6%playername%"
Toggleable: true
# Reflesh speed in ticks
RefleshTick: '20'
# ActionBar text
Text: "&e&l%animation-welcome% &6%playername%"
- How can i disable or enable ActionBar?
- You can disable this feature in file “ActionBar.yml” by set “Enabled” to “false”
- You can enable this feature in file “ActionBar.yml” by set “Enabled” to “true”
- How can i edit update time of ActionBar?
- Update time can be edited in file “ActionBar.yml”, section “RefleshTick”
- How can i toggle ActionBar?
- Execute command "/ActionBar"
- Why my ActionBar not be disable after execute "/ActionBar" ?
- ActionBar can't be disabled if value of "Toggleable" is "false", just set value to "true"