@minecraft/server-admin
    Preparing search index...

    Interface TransferPlayerIpPortOptionsBeta

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

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

    Properties

    Properties

    hostname: string

    Hostname of the destination server.

    port: number

    Port of the destination server.