node-minecraft-wrap
node-minecraft-wrap copied to clipboard
Download and wrap the vanilla minecraft server and client in node.js
https://github.com/PrismarineJS/node-minecraft-wrap/blob/39941e7e4db5fac4427083ed57288fb05591cb56/lib/wrap_client.js#L136 Java libraries for -cp arguments should be joined with ";" for windows
https://github.com/PrismarineJS/node-minecraft-wrap/blob/39941e7e4db5fac4427083ed57288fb05591cb56/lib/launcher_download.js#L86 Need to replace this with `https`. 1.19.4 fails to download assets files otherwise Example of bad request: http://resources.download.minecraft.net/cc/ccd7a059aeb60357337dfcc69b9434a977e5e9a8
Title. The java server does not seam to be able to receive any text written to it when using writeServer or when using the process.stdin.write directly.
I keep on getting this error: `events.js:291` ` throw er; // Unhandled 'error' event` ` ^` `Error: spawn java ENOENT` ` at Process.ChildProcess._handle.onexit (internal/child_process.js:268:19)` ` at onErrorNT (internal/child_process.js:464:16)` ` at...
Working with spigot should be quite similar to working with the vanilla client. Adding support for this can be done by downloading the latest BuildTools.jar file for the given Minecraft...
Hey guys, I've been building a client, but constantly logging in causes mojang to ban your account. Is there a simple and easy way to do this via access tokens...
I installed the module globally via yarn and executed: `downloadMinecraft 1.13.2 1.13.2.jar client` This worked just fine. Now I tried `runMinecraft ./ 1.13.2 ` But after that the first time...
https://launchermeta.mojang.com/mc/game/version_manifest.json see https://github.com/PrismarineJS/minecraft-data/issues/185#issuecomment-311327951
Will probably take at least 5 minute (to download all the assets) Might require xvfb
and consider named arguments (see minimist for example) instead of positional ones. For example if no user is available, ask for user and password if no profile is available, ask...