-
-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Hey, this is in regards to your ServerListPlus fork supporting hexadecimal color codes through your MineDown library, on mc 1.16.3, waterfall (bungee).
I'm asuming the library is shaded into your SLP fork, and all I need in addition to your fork is ProtocolLib updated.
In ServerListPlus.yml, configuring an motd like this:
Personalized:
Description:
- |-
&aM7FF55&i7FF55&t7FF55&h7FF55&randircraft
CFF00&¡Hola de nuevo &l%player%!
will make the 4th hexcode on the first line show as text instead of formatting the following text.
Only setting 3 formatting hexcodes will work fine. It seems like there's a per-line limit. It also doesn't matter if the hexes are diferent, I set them all to the same because I was trying to figure out what's wrong.
The second line works fine, and it's not because it's a diferent hex, but rather that it's a new line.
Also, I had to set the first letter's (M) color with a regular standard minecraft color code, because it wouldn't work otherwise for whatever reason (that's another issue).
I wanted to make some gradient-like effects, but I can't like this. Am I doing it wrong or is there an issue / limitation here?
In essence, how do you make gradients using your fork? Is it even possible?
