C# Class LaunchServer.CorePlugins.Ban

Inheritance: LaunchServer.IPlugin
Afficher le fichier Open project: N3X15/MineEdit

Méthodes publiques

Свойство Type Description
BannedIPs List

Méthodes publiques

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

Private Methods

Méthode Description
CheckLogin ( Proxy sess, Packet p, IPEndPoint ip ) : Packet

Method Details

Ban() public méthode

public Ban ( ServerWrapper w ) : System.Collections.Generic
w LaunchServer.ServerWrapper
Résultat System.Collections.Generic

wrap_ChatCommand() public méthode

public wrap_ChatCommand ( Player player, string cmd, string args ) : void
player Player
cmd string
args string
Résultat void

Property Details

BannedIPs public_oe property

public List BannedIPs
Résultat List