skRayFall
skRayFall copied to clipboard
Wrong color showned in scoreboard with Hex code
Describe the bug
The color showned in the scoreboard is not the correct color of the hex code
Steps to Reproduce
set score "<#00959c>Test" in sidebar of player to 2
Result:
It shows red but the #00959c color code is dark blue
Expected Behavior
The color should be correct
Your Script
Juste this line: set score "<#00959c>Test" in sidebar of player to 2
Server Information
- Server Version and Type: PaperSpigot 1.16.1
- Skript Version: 2.5-beta2
- skRayFall Version: 1.9.21
- Additional Plugins: SkQuery (3.6.5), SkUniversal (2.11.5), skUtilities (0.9.2)
Additional Information
- Some colors work fine, the #32a852 code returns the correct color
- On the 2.5-alpha5 version of Skript, the same bug occured with the
send
expression of Skript itself. I reported it and it has been fixed quickly, the code change might help you to fix skRayFall: See https://github.com/SkriptLang/Skript/issues/3213 and https://github.com/SkriptLang/Skript/pull/3214
Hope you will fix it soon ;)
PS: I think it's just that hex color code is not yet supported by SkRayFall, not really "Wrong color showned"