Class PlayerLoginEvent


public class PlayerLoginEvent extends PlayerEvent
Stores details for players attempting to log in.
Note that this event is called early in the player initialization process. It is recommended that most options involving the Player entity be postponed to the PlayerJoinEvent instead.