Result

data class Result(val reason: Component) : Record

The result of a login event.

This allows plugins to specify a reason for a player to be kicked.

Constructors

Link copied to clipboard
constructor(reason: Component)

Properties

Link copied to clipboard

The reason for the player to be kicked.