send I18n Error
fun CommandSender.sendI18nError(plugin: ColosseumPlugin, key: String, vararg placeholders: Pair<String, String>)
Sends an internationalized error 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.