No description
Find a file
2015-08-25 23:23:44 +02:00
config Updates 2015-08-25 10:25:55 -04:00
docs Updates 2015-08-25 10:25:55 -04:00
logs Added logs folder 2015-08-24 09:07:10 -04:00
test Created test scaffolding 2015-08-24 10:45:51 -04:00
.gitignore Cleanup 2015-08-24 09:08:11 -04:00
app.js prevent players to connect 2 times with the same account 2015-08-25 23:23:44 +02:00
circle.yml Create circle.yml 2015-08-25 16:28:58 -04:00
package.json start fixing spawn : improve player arrays, use vec3, fix relative position 2015-08-25 22:30:31 +02:00
README.md Added Gitter badge 2015-08-25 20:28:00 +00:00

Minecraft Server

Join the chat at https://gitter.im/mhsjlw/node-minecraft-server Minecraft version Github issues Build Status Gratipay

A semi-functional minecraft server in Node.js

Building / Running

Before running or building it is recommended that you configure the server in config/settings.json

npm install
node app.js

Documentation

Documentation for how to operate and how to customize your server are coming soon!

Contributors

  • @roblabla for helping out with the protocols
  • The PrismarineJS team for creating prismarine-chunk and node-minecraft-protcol
  • wiki.vg for documenting minecraft protocols