Strings

Format String

Formatting codes

Support Minecraft formatting codes.


Hex Color

Support Hex color in \aRRGGBB format.

// Bold string representing hash color #EE9527
print_chat("\aEE9527§lHello World!")

Gradient Color

Support gradient text with gradient.

print_chat(gradient("Hellow World!", "#EE9527", "#9527EE"))

Last updated