send I18n Custom
fun CommandSender.sendI18nCustom(plugin: ColosseumPlugin, prefixColor: ChatColor, messageColor: ChatColor, key: String, vararg placeholders: Pair<String, String>)
Sends an internationalized custom colored message to the command sender.
Parameters
plugin
The ColosseumPlugin instance.
prefix Color
The color of the message prefix.
message Color
The color of the message body.
key
The key for the message in the i18n files.
placeholders
The placeholders to replace in the message.