Bug Closed · Resolved

[Bug] Console visual issues and warnings on PaperMC.

#3311 opened by Unknown 4 years ago

Unknownreported this bug

Hello,

In newer versions of PaperMC, they do not support legacy color codes in the console. As a result, the console looks like this:

[Legacy attachment omitted]

Also, the plugin is using System.out/err.print to send messages to the console instead of the plugin logger. As a result, the below warning shows up:

[Legacy attachment omitted]

Unknowncommented

I will not be replacing the the system.out/err.print messages with the logger messages. It's not worth it and has no effect aside from making the server software complain for some mysterious reason. (It doesn't matter.)

As for the colour codes, I'll have to take a look and consider replacing them with class colour codes instead of hex codes... the custom hex colours have worked fine on all of my servers, but I guess it isn't surprising that not all consoles support it.

Unknowncommented

Hello there. I have adjusted the console colours to be more readable, however I do not currently have plans to update to Paper's proprietary colour handling system, as that would be a colossal pain to create compatibility for. Paper shouldn't be fixing what isn't broken.

Changes are in the latest dev build.

Sign in to join the discussion.