sendFeedback

Sends command feedback to the source, unless the source isSilent.

This is the counterpart of vanilla's CommandSourceStack#sendSuccess. Send through source directly to reach the sender regardless of the flag.

Parameters

text

The chat component to send.


open fun sendFeedback(text: String)

Sends command feedback to the source, unless the source isSilent.

Parameters

text

The string message to send.