Solved Colored Console Messages

  • Thread starter Deleted member 21504
  • Start date
  • 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 community!

    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!

D

Deleted member 21504

Hi there. Is there a way to send colored messages to console? As an example, red for errors or yellow for info messages. Color codes don't work.

Thanks,

Zhync
 
Hi there. Is there a way to send colored messages to console? As an example, red for errors or yellow for info messages. Color codes don't work.

Thanks,

Zhync


Yea as long as your console supports it you send it just like everything.

Code:
send "&aColored Message"

I don't think it's possible to change existing ones without a packet listener. but whenever your console runs a command with that code in it. It will display the color
 
Yea as long as your console supports it you send it just like everything.

Code:
send "&aColored Message"

I don't think it's possible to change existing ones without a packet listener. but whenever your console runs a command with that code in it. It will display the color
Unfortunately this doesn't work. If it helps, I'm using Minehut as a host. It supports colored messages, but the only ones I've seen are white, red, or yellow. Perhaps I should've mentioned that initially.
 
hey, Yea does not look like your console supports color. white is regular text. yellow is warn. and red is error. they come with all server wrappers. if you are thinking of a switch i recommend bloom host. much cheaper. pterodactyl panel more stats. and you get a server splitter. here is their demo pannel. https://demo.bloom.host


anyways that's enough of that. i am not here to plug a random host.


try this it's a good way to be 100% sure your console does not support color.

Code:
command /testcolor:
    description: Let there be color
    trigger:
        send "&aBy god! There is color!" to console
 
hey, Yea does not look like your console supports color. white is regular text. yellow is warn. and red is error. they come with all server wrappers. if you are thinking of a switch i recommend bloom host. much cheaper. pterodactyl panel more stats. and you get a server splitter. here is their demo pannel. https://demo.bloom.host


anyways that's enough of that. i am not here to plug a random host.


try this it's a good way to be 100% sure your console does not support color.

Code:
command /testcolor:
    description: Let there be color
    trigger:
        send "&aBy god! There is color!" to console
Doesn't work. Additionally, Bloom can't be cheaper if the host I'm already using is free. I'll mark this as solved. Thank you.