Skip to content

Interface BaseServerOptions

🏷️ Properties

cwd optional

ts
cwd: string

Current working directory. Default is the same with the path.

Defined in: packages/core/launch.ts:388

extraExecOption optional

ts
extraExecOption: SpawnOptions

Defined in: packages/core/launch.ts:397

extraJVMArgs optional

ts
extraJVMArgs: string[]

Defined in: packages/core/launch.ts:395

extraMCArgs optional

ts
extraMCArgs: string[]

Defined in: packages/core/launch.ts:396

javaPath

ts
javaPath: string

Java executable.

Defined in: packages/core/launch.ts:384

maxMemory optional

ts
maxMemory: number

Defined in: packages/core/launch.ts:394

minMemory optional

ts
minMemory: number

Defined in: packages/core/launch.ts:393

nogui optional

ts
nogui: boolean

No gui for the server launch

Defined in: packages/core/launch.ts:392

spawn optional

ts
spawn: Function

Defined in: packages/core/launch.ts:402