One Time Bedrock ActionBar

Some users may not need to display the gold amount and simply want a black background box with the default fading effect. In that case, the following configuration can be used:

# config.yml
other-actionbar-stay-time: 100
# configs/actionbar.yml
actionbar:
  conditions:
    "!equals":
      value1: '%np_actionbar%'
      value2: ''
  text: "%np_background_other_actionbar%"

Last updated