Disable Color Formatting and keep &

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

Revilo17

Member
May 22, 2020
4
0
1
24
Hi guys.
I wonder if there's a way to send uncolored message and keep the & character.

Normally when I do:
Code:
send uncolored "&6Hello world!" to Player
The output will be:
Hello world!
You see there's no the &6, cause it got deleted by uncolored expression.

I would like to send the message and keep the &6.
Any ideas how to do it?

skript ver: 2.6
[doublepost=1643331398,1643330037][/doublepost]nvm, figured it on my own

if anyone is interested how I bypassed that:
Code:
send "&%6/1%Hello world!" to Player

Maybe there's better solution, you can post it if ya know, cause this one I made is little tricky
 
Status
Not open for further replies.