Author Topic: Text  (Read 433 times)

I was wondering how to change the color of text in blockland im new so I dont really know much about this kind of stuff :'{

this is pretty simple, you wrench a brick and go into events, or admin menu to change the welcome message and put this (color;[color name here)

there are tons of different codes for colors. search for a color wheel, they always have the codes for them.

just an example:

(color;FFFFFF) = white text.

so like

(color;FFFFF) hi

?

Isn't it <color:ffffff>?

That makes the text white, by the way.

just tell me EXACTLY how to do white? like < or ( ?


<color:[hex code here]>text
## ## ##
first 2 digits is red, 2nd 2 are green, last 2 are blue, and it's from 0-F (0 1 2 3 4 5 6 7 8 9 a b c d e f) for what the digits can be
<color:000000>
<color:ff0000>
<color:00ff00>
<color:0000ff>
<color:ffff00>
<color:ffffff>