r4g3baby / SimpleScore

A simple animated scoreboard plugin for your minecraft server.
https://www.spigotmc.org/resources/simplescore.23243/
MIT License
68 stars 34 forks source link

Where is gradients? #22

Closed nothendev closed 3 years ago

r4g3baby commented 3 years ago

Hey, please be more specific. What are you trying to do/what do you expect to see?

nothendev commented 3 years ago

If my server prefixes has PREFIX with gradient (1.16 hex), e.g. "<#FFAAFF>Moder</#FFBBAA>", how I can implement this in my scoreboard?

r4g3baby commented 3 years ago

Hex colors get automatically converted and should just work out of the box. So something like &#ffffff will assume the white color.

nothendev commented 3 years ago

Thanks.