Skip to content

Interface InstallProfileOption

Change the library host url

🏷️ Properties

agent optional

ts
agent: DownloadAgent

The download agent Inherited from: LibraryOptions.agent

Defined in: packages/file-transfer/download.ts:20

checksumValidatorResolver optional

ts
checksumValidatorResolver: Function

Inherited from: LibraryOptions.checksumValidatorResolver

Defined in: packages/installer/minecraft.ts:117

headers optional

ts
headers: Record<string, any>

The header of the request Inherited from: LibraryOptions.headers

Defined in: packages/file-transfer/download.ts:16

java optional

ts
java: string

New forge (>=1.13) require java to install. Can be a executor or java executable path.

Defined in: packages/installer/profile.ts:71

librariesDownloadConcurrency optional

ts
librariesDownloadConcurrency: number

Control how many libraries download task should run at the same time. It will override the maxConcurrencyOption if this is presented.

This will be ignored if you have your own downloader assigned. Inherited from: LibraryOptions.librariesDownloadConcurrency

Defined in: packages/installer/minecraft.ts:115

libraryHost optional

ts
libraryHost: LibraryHost

A more flexiable way to control library download url. Inherited from: LibraryOptions.libraryHost

Defined in: packages/installer/minecraft.ts:104

mavenHost optional

ts
mavenHost: string | string[]

The alterative maven host to download library. It will try to use these host from the [0] to the [maven.length - 1]Inherited from: LibraryOptions.mavenHost

Defined in: packages/installer/minecraft.ts:108

side optional

ts
side: "server" | "client"

The installation side Inherited from: InstallSideOption.side

Defined in: packages/installer/minecraft.ts:185

skipPrevalidate optional

ts
skipPrevalidate: boolean

Should skip prevalidate the file Inherited from: LibraryOptions.skipPrevalidate

Defined in: packages/file-transfer/download.ts:30

skipRevalidate optional

ts
skipRevalidate: boolean

Re-validate the file after download success Inherited from: LibraryOptions.skipRevalidate

Defined in: packages/file-transfer/download.ts:25

spawn optional

ts
spawn: Function

Inherited from: SpawnJavaOptions.spawn

Defined in: packages/installer/utils.ts:48

throwErrorImmediately optional

ts
throwErrorImmediately: boolean

Inherited from: LibraryOptions.throwErrorImmediately

Defined in: packages/installer/utils.ts:95