Parsing Colors
Gradient and color tags uses MiniMessage format
import org.UniversalDevelopment.universalChat.UniversalPluginFramework.PluginKit.UniversalApi.parseColorTags
Parse Codes
UniversalApi.ParseColorTags(input)
input: string
returns: string
Example
val formattedMessage = parseColorTags(formattedMessageString)
Last updated