yesdog / Waterdog

Waterdog, a Yesdog fork of Waterfall/BungeeCord that adds Bedrock support.
MIT License
186 stars 37 forks source link

MOTD is displayed wrong #80

Closed GamakCZ closed 4 years ago

GamakCZ commented 4 years ago

Version of Waterdog

git:Waterdog-Bootstrap:1.15-SNAPSHOT:a1a01bc:298

Expected Behavior

It should display bold colors

Actual Behavior

It displays the colors but without the bold format

Crashdump, Backtrace or Other Files

Additional context

Alemiz112 commented 4 years ago

Try using & instead §.

Wertzui123 commented 4 years ago

Doesn't work, still not bold

colinrgodsey commented 4 years ago

Can anyone confirm that this is even possible with the bedrock MOTD?

Alemiz112 commented 4 years ago

I can conform it. And it works well with &l for me.

Config: image

Result: image

Wertzui123 commented 4 years ago

motd: "&l&2Wertzui&4Games &7> &r&cWartungsarbeiten"

Doesn't work

colinrgodsey commented 4 years ago

oh right, you need to put the color code first, then the 'l' for bold.

Alemiz112 commented 4 years ago

But why 🤔

Wertzui123 commented 4 years ago

Every time after a new color code is used?

Wertzui123 commented 4 years ago

No, OK thanks

Wertzui123 commented 4 years ago

But &r doesn't work

colinrgodsey commented 4 years ago

yea, color codes reset styling. thats why you can do &0 to reset all the styling. so all styling has to come after the color code

Wertzui123 commented 4 years ago

When I use &0 it's black but still bold

GamakCZ commented 4 years ago

image

causes this

image

._.