[SPIGOT-7426] Bungee Chatcolor not supported in ChatPaginator Created: 12/Jul/23 Updated: 25/Dec/24 |
|
Status: | Open |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Tuchan | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 0 |
Labels: | None |
Attachments: |
![]() ![]() |
||||||||
Issue Links: |
|
||||||||
Version: | API 1.19.4-R0.1-SNAPSHOT | ||||||||
Guidelines Read: | Yes |
Description |
ChatPaginator uses bukkit's ChatColor which leads to hex colors being translated into nulls, |
Comments |
Comment by Black Hole [ 12/Jul/23 ] |
Bukkits ChatColor supports RGB colors, too. The referenced Github repo is very outdated. But the same error remains in current code: ChatColor.getByChar('x') will return null. |