Background

Bascis

Background is meant to provide better visual experience for text information in bossbar/actionbar or somewhere else.

It is made up of three parts: left, right and middle. Different from nameplates, backgound uses 8 images with different width, 1pixel, 2pixels, 4pixels, 8pixels, 16pixels, 32pixels, 64pixels, 128pixels.

For example, "Thanks" is 27pixels width, the plugin would pick “16+8+2+1” images to fit the text.

Add a new background configuration

start-width: 1
end-width: 1

left:
  image: b0
  height: 14
  ascent: 7

right:
  image: b0
  height: 14
  ascent: 7

middle:
  height: 14
  ascent: 7
  1: b1
  2: b2
  4: b4
  8: b8
  16: b16
  32: b32
  64: b64
  128: b128

start-width:1 end-width: 1

start-width: 15 end-width: 1

start-width: -10 end-width: 10

Last updated