You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems ColorAPI doesn't process scoreboard title & lines. For example SOLID:A5A6EE displays as &e on the scoreboard even tho the colors do work on menus, messages etc. Tried setting SUPPORTS_RGB to true by default still it was displaying as &e. Printed out the version on getVersion() it displayed 1.19. The only thing that actually worked was directly using ChatColor.of() on the scoreboard.
The text was updated successfully, but these errors were encountered:
It seems ColorAPI doesn't process scoreboard title & lines. For example SOLID:A5A6EE displays as &e on the scoreboard even tho the colors do work on menus, messages etc. Tried setting SUPPORTS_RGB to true by default still it was displaying as &e. Printed out the version on getVersion() it displayed 1.19. The only thing that actually worked was directly using ChatColor.of() on the scoreboard.
The text was updated successfully, but these errors were encountered: