Static text

Static text would always occupy a certain value of text width, that means the width of your text and the generated offset characters would be a fixed value.

static-text:
  money_hud:
    position: right
    text: '%nameplates_image_coin% %nameplates_descent_money%'
    value: 180

For instance, if your text's width is 50px, the plugin would generate transparent images that are 130px width in total. (50+130=180)

Last updated