Skip to content

Player Leave

Class: UnifiedEvents.PlayerLeave

Runs when a player leaves the world.

Example

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