Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Common Issues

Mathew Da Costa edited this page Jun 2, 2016 · 1 revision

Common Issues

Forge with NodeMC

To use Forge with NodeMC, generate a Forge server jar with the installer. Then, copy the and forge jar to your NodeMC jarfile directory and the minecraft_server jar to your NodeMC directory. In your properties.json, set jar to "forge" and version to the Minecraft server version. Rename the forge jar (not the minecraft_server jar) to forge.(version).jar, replacing (version) with the Minecraft server version. Now, run NodeMC and you should be running a Forge server!

Raspberry Pi

TODO
You're most likely running an old version of Node.js. Update Node.js with the following commands:

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
Clone this wiki locally