A simple Node.js wrapper for the vanilla Minecraft server

Installation

NetherrackJS requires node.js to run (v6.11.2 or later recommended).


Open the command line and type:

npm install netherrackjs
Usage

First, rename your server file to netherrack_server.jar.


Require the package in a .js file in the server root to start using NetherrackJS:

const netherrack = require('netherrackjs');

You can now use NetherrackJS in that file! Check out the docs for more information.

Releases