Interface MinecraftServerOptions
🏷️ 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
path
path: string
Minecraft location.
Defined in: packages/core/launch.ts:409
spawn optional
spawn: Function
Inherited from: BaseServerOptions.spawn
Defined in: packages/core/launch.ts:402
version
version: string | ResolvedVersion
The version id.
Defined in: packages/core/launch.ts:413