sendI18nInfo

fun CommandSender.sendI18nInfo(plugin: ColosseumPlugin, key: String, vararg placeholders: Pair<String, String>)

Sends an internationalized info 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.