Skip to content

ActionBar

DarknessTime-king5442 edited this page May 29, 2021 · 2 revisions

ActionBar 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

ActionBar

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%"

FAQ

  1. 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”
  1. How can i edit update time of ActionBar?
  • Update time can be edited in file “ActionBar.yml”, section “RefleshTick”
  1. How can i toggle ActionBar?
  • Execute command "/ActionBar"
  1. 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"

Clone this wiki locally