BlueMap

BlueMap

85.1k Downloads

Better console handling

untuned opened this issue ยท 5 comments

commented

Console just shows the in-game message.

commented

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?

commented

@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..

commented

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:

image

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.

commented

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 :)

commented

Fixed with 0816529