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

    Interface GameOptionsBeta

    interface GameOptions {
        bedsWork?: boolean;
        bonusChest?: boolean;
        cheats?: boolean;
        commandBlockEnabled?: boolean;
        commandBlockOutput?: boolean;
        daylightCycle?: DaylightCycle;
        difficulty?: Difficulty;
        dimensionId?: string;
        disableWeather?: boolean;
        drowningDamage?: boolean;
        educationEdition?: boolean;
        entitiesDropLoot?: boolean;
        exportType?: ProjectExportType;
        fallDamage?: boolean;
        fireDamage?: boolean;
        fireSpreads?: boolean;
        freezeDamage?: boolean;
        friendlyFire?: boolean;
        functionCommandLimit?: number;
        gameMode?: GameMode;
        hardcore?: boolean;
        immediateRespawn?: boolean;
        insomnia?: boolean;
        keepInventory?: boolean;
        lanVisibility?: boolean;
        limitedCrafting?: boolean;
        maxCommandChainLength?: number;
        mobGriefing?: boolean;
        mobLoot?: boolean;
        mobSpawning?: boolean;
        multiplayerGame?: boolean;
        naturalRegeneration?: boolean;
        playerAccess?: GamePublishSetting;
        playerPermissions?: PlayerPermissionLevel;
        randomTickSpeed?: number;
        recipeUnlocking?: boolean;
        respawnBlocksExplode?: boolean;
        respawnRadius?: number;
        sendCommandFeedback?: boolean;
        showBorderEffect?: boolean;
        showCoordinates?: boolean;
        showDaysPlayed?: boolean;
        showDeathMessage?: boolean;
        showItemTags?: boolean;
        simulationDistance?: number;
        sleepSkipPercent?: number;
        spawnPosition?: Vector3;
        startingMap?: boolean;
        tileDrops?: boolean;
        timeOfDay?: number;
        tntExplodes?: boolean;
        weather?: number;
        worldName?: string;
    }
    Index

    Properties

    bedsWork?: boolean
    bonusChest?: boolean
    cheats?: boolean
    commandBlockEnabled?: boolean
    commandBlockOutput?: boolean
    daylightCycle?: DaylightCycle
    difficulty?: Difficulty
    dimensionId?: string
    disableWeather?: boolean
    drowningDamage?: boolean
    educationEdition?: boolean
    entitiesDropLoot?: boolean
    exportType?: ProjectExportType
    fallDamage?: boolean
    fireDamage?: boolean
    fireSpreads?: boolean
    freezeDamage?: boolean
    friendlyFire?: boolean
    functionCommandLimit?: number
    gameMode?: GameMode
    hardcore?: boolean
    immediateRespawn?: boolean
    insomnia?: boolean
    keepInventory?: boolean
    lanVisibility?: boolean
    limitedCrafting?: boolean
    maxCommandChainLength?: number
    mobGriefing?: boolean
    mobLoot?: boolean
    mobSpawning?: boolean
    multiplayerGame?: boolean
    naturalRegeneration?: boolean
    playerAccess?: GamePublishSetting
    playerPermissions?: PlayerPermissionLevel
    randomTickSpeed?: number
    recipeUnlocking?: boolean
    respawnBlocksExplode?: boolean
    respawnRadius?: number
    sendCommandFeedback?: boolean
    showBorderEffect?: boolean
    showCoordinates?: boolean
    showDaysPlayed?: boolean
    showDeathMessage?: boolean
    showItemTags?: boolean
    simulationDistance?: number
    sleepSkipPercent?: number
    spawnPosition?: Vector3
    startingMap?: boolean
    tileDrops?: boolean
    timeOfDay?: number
    tntExplodes?: boolean
    weather?: number
    worldName?: string