sendI18nConfirm

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

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