insert

abstract fun insert(text: String)

Sets the text appended to the client's text input when the user shift + left-clicks a message.

The suggestion is appended to the current text in the chat input. Use suggestCommand to completely replace input.

Parameters

text

The text to insert.