Skip to content

Player Join

Class: UnifiedEvents.PlayerJoin

Runs when a player joins the world.

Example

UnifiedEvents.PlayerJoin.access(player -> {
    // your custom behaviour here
});