@tryforge/forge.minecraft
    Preparing search index...

    Interface IBedrockServerOptions

    interface IBedrockServerOptions {
        host: string;
        port?: number;
    }
    Index

    Properties

    Properties

    host: string

    The host domain of the server.

    port?: number

    The port for the host domain.

    19132