Anvil
|
Triggered when a player attempts to connect to the server (before character select).
This event can be cancelled to prevent a player from connecting to the server.
More...
Classes | |
class | Factory |
Properties | |
bool | BlockConnection [get, set] |
Gets or sets a value indicating whether this client connection should be prevented. | |
string | CDKey = null! [get] |
Gets the public CD Key of the connecting client. | |
PlayerPlatform | ClientPlatform [get] |
Gets the platform of the connecting client. | |
Version | ClientVersion = null! [get] |
Gets the version of the connecting client. | |
bool | DM [get] |
Gets a value indicating whether the client is connecting as a DM (true) or player (false). | |
string | IP = null! [get] |
Gets the IP address of the connecting client. | |
string? | KickMessage [get, set] |
Gets or sets the kick message to send to the client if BlockConnection is set to true. | |
string | PlayerName = null! [get] |
Gets the player name of the connecting client. | |
![]() |
Triggered when a player attempts to connect to the server (before character select).
This event can be cancelled to prevent a player from connecting to the server.