//
project
/
dev.jaims.mcutils.bukkit.func
/
colorize
jvm
colorize
A chat colorization util that supports hex and PlaceholderAPI placeholders for a
player
if one is provided.
fun
String
.
colorize
(player:
Player
?):
String
Content copied to clipboard
Colorize a list of strings
fun
List
<
String
>.
colorize
(player:
Player
?):
List
<
String
>
Content copied to clipboard