sendCustom

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.

prefixColor

The color of the prefix.

messageColor

The color of the message.

message

The message to send.