As title said, message print in to console not colored,
if in messages_en.yml, message like this: &eLogin > &cWrong password
so, in console, it show like this: 搂eLogin > 搂cWrong password
i remember, in old old build, console show colored message
A translatecolorcode method is missing somewhere...
Why need color in the console? Why not display it in plain text?
@molor It makes the console a lot more readable.
Can't find the missing method, does anyone else have this issue?
need to send the message to ConsoleSender, currently we are using Logger for it.