sendI18nCustom

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.

prefixColor

The color of the message prefix.

messageColor

The color of the message body.

key

The key for the message in the i18n files.

placeholders

The placeholders to replace in the message.