No description
Find a file
2015-08-25 15:20:48 -04: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
world Updates 2015-08-25 10:25:55 -04:00
.gitignore Cleanup 2015-08-24 09:08:11 -04:00
app.js Changes 2015-08-25 15:20:48 -04:00
package.json Players can now spawn and walk around 2015-08-24 18:41:01 -04:00
README.md Added configuration 2015-08-24 10:59:04 -04:00

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