Skip to content

text with legacy formatting does not have color #972

Description

@Yedelo
public class FormattedTextHud extends TextHud {
    public FormattedTextHud() {
        super("formatted_text_hud", "Formatted Text HUD", Category.getINFO(), "", "");
    }

    @Override
    protected @Nullable String getText() {
        return "Normal §cred §lbold §c§lredbold";
    }
}
Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions