Scoreboard Hex Colors

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

B1a7e

New Member
Apr 27, 2020
5
0
1
20
Skript Version (do not put latest): 2.5-alpha6-MH

Skript Author: Bensku
Minecraft Version: 1.16.1
---
Full Code:

Code:
every 5 seconds:
    loop all players:
        wipe loop-player's sidebar
        set name of sidebar of loop-players to "<##d02c2c>- <##b79268>&lPotato&6&lSIM <##d02c2c>-"
        set score "&c" in sidebar of loop-players to 15
        set score "<##d02c2c>Player: <##d02c2c>%loop-player%" in sidebar of loop-players to 14

skRayfall scoreboard (if you need this)

Errors on Reload:

Their is no error but it doesnt show the line at all http://prntscr.com/tqb7w0


Addons using (including versions):
SkUniversal v2.11.5, Skellett v1.9.5a-minehut (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/), skRayFall v1.9.20 (https://sk.rayfall.net/),SkBee v1.4.3 (https://github.com/ShaneBeee/SkBee), TuSKe v1.8.2-Pikachu-Patch-3 (github.com/Tuke-Nuke/TuSKe)


Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? I got rid of one hex code and got just &c (its a red hex color) I also used the rgb function and got <none>. It works in text (send



EDIT: In the scoreboard if you put 1 hex code in the line then it will make a similar minecraft hex color

http://prntscr.com/tqbpx6

http://prntscr.com/tqbpzg
 
Last edited:
Skript Version (do not put latest): 2.5-alpha6-MH

Skript Author: Bensku
Minecraft Version: 1.16.1
---
Full Code:

Code:
every 5 seconds:
    loop all players:
        wipe loop-player's sidebar
        set name of sidebar of loop-players to "<##d02c2c>- <##b79268>&lPotato&6&lSIM <##d02c2c>-"
        set score "&c" in sidebar of loop-players to 15
        set score "<##d02c2c>Player: <##d02c2c>%loop-player%" in sidebar of loop-players to 14

skRayfall scoreboard (if you need this)

Errors on Reload:

Their is no error but it doesnt show the line at all http://prntscr.com/tqb7w0


Addons using (including versions):
SkUniversal v2.11.5, Skellett v1.9.5a-minehut (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/), skRayFall v1.9.20 (https://sk.rayfall.net/),SkBee v1.4.3 (https://github.com/ShaneBeee/SkBee), TuSKe v1.8.2-Pikachu-Patch-3 (github.com/Tuke-Nuke/TuSKe)


Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? I got rid of one hex code and got just &c (its a red hex color) I also used the rgb function and got <none>. It works in text (send



EDIT: In the scoreboard if you put 1 hex code in the line then it will make a similar minecraft hex color

http://prntscr.com/tqbpx6

http://prntscr.com/tqbpzg

Refering to this issue: https://github.com/SkriptLang/Skript/issues/3112
I think you can only use hex/rgb in chat message for now
 
Status
Not open for further replies.