Parsing Colors
import org.universaldevelopment.universalChat.API.UniversalChatAPI.parseColorTags
import org.universaldevelopment.universalChat.API.UniversalChatAPI.parseColorTagsNoGradients
Parse Codes
UniversalChatAPI.ParseColorTags(input)
input: string
returns: string
Parse Codes (no gradient or tag support)
UniversalChatAPI.ParseColorTagsNoGradients(input)
input: string
returns: string
Example
parseColorTags("<GRADIENT:#4accff>[PLAYER] Steve</GRADIENT:#924aff> >>Hello from the other side”)
Last updated