Result

data class Result(val message: Component) : Record

The result of a chat event.

This allows you to modify the message that was sent by the player. For example, you could replace bad words with asterisks.

Constructors

Link copied to clipboard
constructor(message: Component)

Properties

Link copied to clipboard

The message that will be sent by the player.