Protocol: PlayerLeaveAfterEvent
Event fired after a player leaves the server.
class PlayerLeaveAfterEvent(Protocol)
Properties
player_id
@property
def player_id(self) -> str:
Stable UUID of the player that left.
player_name
@property
def player_name(self) -> str:
Last known name of the player that left.