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";
}
}
