[This is preliminary documentation and is subject to change.]

Occurs when a player is connecting (cancellable). Player name is verified and bans are checked before this event is raised.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public static event EventHandler<PlayerConnectingEventArgs> Connecting

See Also