Skip to content

Nametags rendering white and bold when they should not. #307

Description

@Waischbrot

Hey, i noticed the following while setting up my ranks with MiniMessage:

Prefix: <gradient:#fc93e8:#e761fc><b>BOOSTER</b></gradient>

Broken Config

Somehow, this config:

nametag:
    prefix: '%prefix%<dark_gray> | <gray>'
    suffix: ''

Results in:
Image

Fix, but wrong chars:

nametag:
    prefix: '%prefix%<dark_gray> | <gray>&7'
    suffix: ''

Results in:
Image

I think this issue is related to the Minimessage support. I have another broken example without a gradient - but everything works when just using one color in my prefix:
Prefix: <b><#fff085>STAR<#ffdf20>+</b>

Results in:
Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions