-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Paper console colors are broken #4895
Copy link
Copy link
Closed
Labels
bug: confirmedConfirmed bugs in EssentialsX.Confirmed bugs in EssentialsX.bug: upstreamBugs that exist in the Bukkit API or Minecraft itself.Bugs that exist in the Bukkit API or Minecraft itself.
Metadata
Metadata
Assignees
Labels
bug: confirmedConfirmed bugs in EssentialsX.Confirmed bugs in EssentialsX.bug: upstreamBugs that exist in the Bukkit API or Minecraft itself.Bugs that exist in the Bukkit API or Minecraft itself.
Type of bug
Compatibility issue, Other unexpected behaviour
/ess dump alloutputN/A
Error log (if applicable)
No response
Bug description
Paper changed the logger to not parse color codes and must now use the console command sender for colors in the console.
Steps to reproduce
Do any command that gives feedback messages in the console.
Expected behaviour
Doing /echest without permission for example does
[Essentials] §cHexedHero was denied access to command.
As you can see the console is now a mess with random §'s without any color.
Actual behaviour
It should be
[Essentials] HexedHero was denied access to command.
while being colored red