Event called when a player leaves the server, after PlayerDespawnEvent. It's the last event called for the player, after it lefts the server, and is only called once, like PlayerJoinEvent.
@effect playerleft(PlayerLeftEvent event) { assert(!event.player.online); }
See Implementation
Event called when a player leaves the server, after PlayerDespawnEvent. It's the last event called for the player, after it lefts the server, and is only called once, like PlayerJoinEvent.