send I18n Warn
fun CommandSender.sendI18nWarn(plugin: ColosseumPlugin, key: String, vararg placeholders: Pair<String, String>)
Sends an internationalized warning message to the command sender.
Parameters
plugin
The ColosseumPlugin instance.
key
The key for the message in the i18n files.
placeholders
The placeholders to replace in the message.