Interface ServerOptions
This is the case you provide the server jar execution path.
🏷️ Properties
cwd optional
cwd: string
Current working directory. Default is the same with the path. Inherited from: BaseServerOptions.cwd
Defined in: packages/core/launch.ts:388
extraExecOption optional
extraExecOption: SpawnOptions
Inherited from: BaseServerOptions.extraExecOption
Defined in: packages/core/launch.ts:397
extraJVMArgs optional
extraJVMArgs: string[]
Inherited from: BaseServerOptions.extraJVMArgs
Defined in: packages/core/launch.ts:395
extraMCArgs optional
extraMCArgs: string[]
Inherited from: BaseServerOptions.extraMCArgs
Defined in: packages/core/launch.ts:396
javaPath
javaPath: string
Java executable. Inherited from: BaseServerOptions.javaPath
Defined in: packages/core/launch.ts:384
maxMemory optional
maxMemory: number
Inherited from: BaseServerOptions.maxMemory
Defined in: packages/core/launch.ts:394
minMemory optional
minMemory: number
Inherited from: BaseServerOptions.minMemory
Defined in: packages/core/launch.ts:393
nogui optional
nogui: boolean
No gui for the server launch Inherited from: BaseServerOptions.nogui
Defined in: packages/core/launch.ts:392
serverExectuableJarPath
serverExectuableJarPath: string
The minecraft server exectuable jar file.
This is the case like you are launching forge server.
Defined in: packages/core/launch.ts:424
spawn optional
spawn: Function
Inherited from: BaseServerOptions.spawn
Defined in: packages/core/launch.ts:402