C# Class LaunchServer.CorePlugins.Ban

Inheritance: LaunchServer.IPlugin
Mostrar archivo Open project: N3X15/MineEdit

Public Properties

Property Type Description
BannedIPs List

Public Methods

Method Description
Ban ( ServerWrapper w ) : System.Collections.Generic
wrap_ChatCommand ( Player player, string cmd, string args ) : void

Private Methods

Method Description
CheckLogin ( Proxy sess, Packet p, IPEndPoint ip ) : Packet

Method Details

Ban() public method

public Ban ( ServerWrapper w ) : System.Collections.Generic
w LaunchServer.ServerWrapper
return System.Collections.Generic

wrap_ChatCommand() public method

public wrap_ChatCommand ( Player player, string cmd, string args ) : void
player Player
cmd string
args string
return void

Property Details

BannedIPs public_oe property

public List BannedIPs
return List