Page 1 of 1
More chat colors
Posted: Sat Nov 09, 2013 5:54 pm
by Blue
I would think it be fairly easy to code in more chat colors than the traditional 1-9 and a-f (Correct me if I'm wrong. I don't code). This could help with the problems of more ranks. I noticed I always had problems with there not being certain colors in signs (Definitely brown).
Re: More chat colors
Posted: Sat Nov 09, 2013 6:03 pm
by nickmcski
Blue wrote:I would think it be fairly easy to code in more chat colors than the traditional 1-9 and a-f (Correct me if I'm wrong. I don't code). This could help with the problems of more ranks. I noticed I always had problems with there not being certain colors in signs (Definitely brown).
its not that easy for the minecraft font render, but nide already added more colors for his font render.
Re: More chat colors
Posted: Sat Nov 09, 2013 10:34 pm
by 0mega_prime
There is a way to get all the font colors, me and moosh did it once.
Re: More chat colors
Posted: Sun Nov 10, 2013 4:35 am
by Chedd
There is RGB chat, use &u, then an RGB hex value (6 digit) that can be obtained from a website such as
http://www.colorpicker.com/, e.g.,
Code: Select all
&u123456Use /warp smellycow for the latest in cow tending supplies!
Re: More chat colors
Posted: Sun Nov 10, 2013 4:40 am
by Blue
Ohh okay cool thanks