Jump to content

Help with hex color in script


Recommended Posts

Ok so basically I want to have hex colors in a script. Hex colors being all the different colors. I do not know if it's possible with script at the moment but I've seen servers do it. 

 

I just need help with this script:

command /hey:
    trigger:
        message "(hex color)Hey!"

 

This is just an example so I can make bigger things with hex colors.

 

Link to comment
Share on other sites

Yes but I found servers with different colors then the Minecraft color codes. How do they make it like that. I'm pretty sure they were using script because it had a leveling system in the chat. Or maybe they where using something like essentials chat or lpc ? Because I know that they have hex color codes.

Link to comment
Share on other sites

This is possible, you can do something like this

command /hexcodetest:
  trigger:
    send formatted "<##xxxxxx>Text"

 

In this instance "Text" will be colored whatever hex code you set "xxxxxx" to 

  • Thanks 1

Owner/Developer of WWWings

Link to comment
Share on other sites

  • 2 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...