Package-level declarations

Functions

Link copied to clipboard
fun CommandSender.message(block: ClickableMessage.() -> Unit)

Builds and sends a message to this CommandSender using the Kraftlin message DSL.

fun CommandSender.message(text: String, block: ClickableText.() -> Unit)

Builds and sends a message starting from text with additional formatting via block.

fun CommandSender.message(text: String, color: TextColor? = null)

Sends a simple text message, optionally colored with color.

fun CommandSender.message(component: Component, block: ClickableText.() -> Unit = {})

Builds and sends a message starting from an existing component with additional formatting via block.