Pierce01 / MinecraftLauncher-core

Lightweight module that downloads and runs Minecraft using javascript / NodeJS
MIT License
356 stars 81 forks source link

Can i disable command prompt when minecarft is launching? #102

Closed Timasbro closed 1 year ago

Timasbro commented 1 year ago

I am creating minecraft server launcher, and i need to hide Command promt when minecraft is starting

Pierce01 commented 1 year ago

options.overrides.detached = false. Please read the docs