Перейти к основному содержимому

Protocol: PlayerJoinAfterEvent

Event fired after a player becomes available to the server.

class PlayerJoinAfterEvent(Protocol)

Properties

player_id

@property
def player_id(self) -> str:

Stable UUID of the player that joined.

player_name

@property
def player_name(self) -> str:

Player name captured when the player joined.