Skip to content

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

@Waischbrot

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

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