Result

data class Result(val message: Component?, val hasJoinedBefore: Boolean) : Record

The result of a join event.

Constructors

Link copied to clipboard
constructor(message: Component?, hasJoinedBefore: Boolean)

Properties

Link copied to clipboard

If the joining player has joined before.

Link copied to clipboard

The custom join message to send, or null, if no custom message is to be sent.