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

    Interface IForgeMinecraftOptions

    interface IForgeMinecraftOptions {
        bedrock?: IBedrockServerOptions;
        events?: (keyof IMinecraftEvents)[];
        java?: IJavaServerOptions;
        server?: IManagementServerOptions;
    }
    Index

    Properties

    The default Bedrock server options to use for bedrock functions.

    events?: (keyof IMinecraftEvents)[]

    The events to receive from the management server.

    The default Java server options to use for java functions.

    The management server options used to establish a connection.