Installation

Installing NodeJS

Just install NodeJS from https://nodejs.org/

Installing Node modules

You can install Node modules with npm, we need some modules for assicAuth:

$ npm install minecraft-protocol

Module installation can be take some minutes.

After installation, you can use this command to start server:

$ node (Server`s file(probably index)).js

Now your server must be started, if you need any help please contact server coder.

Last updated