Skip to content
This repository was archived by the owner on Sep 24, 2023. It is now read-only.

Bassab03/netherrackjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetherrackJS

NetherrackJS is a simple Node.js wrapper for the vanilla Minecraft server.

Features

  • Starts the vanilla Minecraft server .jar and streams the server console to the CLI.
  • Allows you to easily send commands to the server.
  • Emits an event whenever certain events happen in the Minecraft world.

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.

Bugs, issues and suggestions

If you come across something you believe is a bug or otherwise an issue, please report it on GitHub or on the NetherrackJS Discord server.

If you have a suggestion for NetherrackJS, the easiest way to get it noticed is also by posting on the Discord server.

About

A simple Node.js wrapper for the vanilla Minecraft server.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published