send Custom
fun CommandSender.sendCustom(plugin: ColosseumPlugin, prefixColor: ChatColor, messageColor: ChatColor, message: String)
Sends a custom colored message to the command sender.
Parameters
plugin
The ColosseumPlugin instance.
prefix Color
The color of the prefix.
message Color
The color of the message.
message
The message to send.