Better console handling
untuned opened this issue ยท 5 comments
It's part of AMP, it doesn't support colors AFAIK. It uses the --no-log-colors
option, maybe BlueMap can detect this and change the command output in console?
@untuned that should be job of spigot/paper/sponge/forge or whatever software handles the console output, since i am only sending response messages using the API..
Plugins don't have access to.. and should not use run-arguments i think..
What exactly would you like to see improved?
I think the biggest problem you have is that your console does not support the colors. However, many consoles do support colors and then it looks more like this:
I can improve the controls to prioritize and cancel a task, so they can be done via console..
Or i can try to remove all colors, i would need more feedback if a lot of people have this color-problem on the console for this.
Actually i take it back, just checked a spigot version and noticed that this is actually a bug ^^
I will fix that, thanks for the report @untuned :)
Fixed with 0816529