The Meaning of Life, the Universe, and Everything.
Location:
Auckland
Join Date:
9/20/2014
Posts:
126
Minecraft:
softmage114486
Xbox:
softmage114486
Member Details
I have mad a (sort of) simple function that will make it easy for people to color and style text in their mcpe mods, a lot of people know how to do this, using the "ยง" thing but not everyone knows what to put next, so here it is...
Then put it into your mod, then when you want to color or style text, type:
t("color/style")+
Note,make sure it is in a string ("") and only do one style or color at a time for example if you want green bold text saying Hello World you would type:
t("B")+t("gr")+"Hello World"
Color list
b - Black
db - Dark blue
dg Dark green
dc - Dark cyan
dr - Dark red
p - Purple
G - Gold (dark yellow)
g - Gray
dg - Dark grey
bl - Blue
gr - Green
c - Cyan
r - Red
p - Pink
y - Yellow
w - White
Style list
B - Bold
S - Strike through (doesn't really work)
U - Underlined (doesn't really work, it thins the font though)
I - Italics
R - Reset all text CS after this point, or until another CS tag is added
PS I did make this but it is open source or has no ยฉ or whatever so feel free to use modify and claim, do whatever you want with it obviously if you want you can leave credit to me (but that's up to you)!
I have mad a (sort of) simple function that will make it easy for people to color and style text in their mcpe mods, a lot of people know how to do this, using the "ยง" thing but not everyone knows what to put next, so here it is...
First download the script below:
https://www.dropbox.com/s/5beyb1176wgo1yz/CS Tags.js?dl=0
Then put it into your mod, then when you want to color or style text, type:
t("color/style")+
Note,make sure it is in a string ("") and only do one style or color at a time for example if you want green bold text saying Hello World you would type:
t("B")+t("gr")+"Hello World"
Color list
b - Black
db - Dark blue
dg Dark green
dc - Dark cyan
dr - Dark red
p - Purple
G - Gold (dark yellow)
g - Gray
dg - Dark grey
bl - Blue
gr - Green
c - Cyan
r - Red
p - Pink
y - Yellow
w - White
Style list
B - Bold
S - Strike through (doesn't really work)
U - Underlined (doesn't really work, it thins the font though)
I - Italics
R - Reset all text CS after this point, or until another CS tag is added
PS I did make this but it is open source or has no ยฉ or whatever so feel free to use modify and claim, do whatever you want with it
obviously if you want you can leave credit to me (but that's up to you)!
Wow great work ๐
Thanks man ๐๐
very cool