Solved Color Codes in chat format

  • 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.

memes

Member
Jun 24, 2018
23
2
3
24
I made it where it shows a score before a player's name and I want to be able to use a command to color it so this is my code:
code_language.skript:
On chat:
    set message format to "%{level.color.%player%}%✯%{level.level.%player%}% %player's display name%&7: %message%"
    stop

and this is what it shows (the %{level.color.%player%}% is set to &7):
https://pasteboard.co/Hvf8pVm.png

So everything works fine except the color code, any ideas?
(I'm sorry if this isn't well explained, feel free to ask questions)
 
If anyone else has this issue: use
code_language.skript:
%colored {level.color.%player%}%
 
Status
Not open for further replies.