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