addColor

fun addColor(message: String?): String

Replaces the easier to type '&' color codes with proper color codes in a string.

Return

the formatted message

Parameters

message

The string to add color codes to

Sources

Link copied to clipboard