-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Type of bug
Other unexpected behaviour
/ess dump all output
https://essentialsx.net/dump.html?id=33ccd4b35e004bf69b7d013b15d4323b
Error log (if applicable)
No response
Bug description
Whenever there's a color code like &6 anywhere in console output, it will display strange characters in discord console channel instead of just removing them.
Example image showing the usage of /execute tps working well (top)
but the execution of tps from the console breaks.
In this example the [33m shouldn't be there. and the .0 .0 .0 is supposed to display 20.0 20.0 20.0
This issue is not exclusive to that command, it happens with all console output.
You can see that there's a lot of [ + number + m and foreign characters inserted
Steps to reproduce
Any colored text in the console will cause the issue.
See the relayed console in discord.
Expected behaviour
Expected behavior is to have the console in discord not show any cmd color codes or whatever they are.
Just no colors and no characters that shouldnt be there is what is expected.
Actual behaviour
Unexpected characters are thrown into the discord console relay wherever a minecraft color is used.

