Options when transferring a player to a server that supports direct host/port connections.

interface TransferPlayerIpPortOptions {
    hostname: string;
    port: number;
}

Properties

Properties

hostname: string

Hostname of the destination server.

port: number

Port of the destination server.