Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 725 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 725 Bytes

Mineserver.js

Mineserver in Node.js

You can find the core team from #mineserver in Libera.Chat IRC network.

Copyright (c) 2014-2015, The Mineserver Project

The license is permissive BSD, check LICENSE file

Installing

Assuming you have git and Node.js installed:

  • Get the source from the git git clone https://github.com/Mineserver/mineserver.js.git
  • Go to mineserver.js directory
  • Run npm install to get npm modules
  • Copy config.sample.json to config.json
  • Edit config.json for port etc. customization
  • Run server with node index.js

Supported Minecraft version

  • Working with 1.8.3 client (protocol 47)