join — Events

on joinorg.bukkit.event.player.PlayerJoinEvent
Player1.0.0

Description

Fires when a player joins the server.

Variables

player
Player
org.bukkit.entity.Player
NullableNo

The player who joined the server

Examples

on join:

Related (Player)