Author Topic: How do I change color, other things in events?  (Read 1223 times)

I'm pretty sure you use <color:> but I'm not sure of all the codes.
I also want to know how to change the font, make the text bigger, etc... I'm developing a fun gamemode that I think you guys will like.

<color:XXXXXX> where XXXXXX is a HEX code.
<font:FONTHERE:SIZEHERE> is pretty self-explanatory.
Then there's <bitmap:FILE PATH> to display an image.

<color:XXXXXX> where XXXXXX is a HEX code.
<font:FONTHERE:SIZEHERE> is pretty self-explanatory.
Then there's <bitmap:FILE PATH> to display an image.
Thank you.

theres also shadows but i 4got how to do those lol


probably uneeded, but heres an example of what it would look like

you would type

<color:ffff00><font:impact:32>lookin good babe


and it would look like

lookin good babe

here's an image I found really useful for setting hexcodes on text



http://gist.io/8103673
This website is VERY useful, I recommend it.

<color:XXXXXX> where XXXXXX is a HEX code.
<font:FONTHERE:SIZEHERE> is pretty self-explanatory.
Then there's <bitmap:FILE PATH> to display an image.
how does the bitmap work? if i set the file path to an image on my desktop does it show it to everyone in the server? or is it a URL?

how does the bitmap work? if i set the file path to an image on my desktop does it show it to everyone in the server? or is it a URL?
This is how you get a skull:
<bitmap:Base/Client/UI/CI/Skull>
Go under the file location Blockland/Base/Client/Ui for the images, or go to Blockland/Add-ons/Print_PRINTADDONHERE/Icon or Print/Image

so its only if the server has the image?

so its only if the server has the image?
Images arn't commonly put into Base/Client/UI, If your using a print even that the server doesn't have, it won't appear.

Images arn't commonly put into Base/Client/UI, If your using a print even that the server doesn't have, it won't appear.
ok gotcha

This is how you get a skull:
<bitmap:Base/Client/UI/CI/Skull>
Go under the file location Blockland/Base/Client/Ui for the images, or go to Blockland/Add-ons/Print_PRINTADDONHERE/Icon or Print/Image
I'm pretty sure you need to add the file extension otherwise it just default appears as a skull.