diff --git a/README.md b/README.md index e83f0f6..cae8f9e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ -node-minecraft-server -============== +Minecraft Server +================ -This is a Minecraft server written in node.js for minecraft 1.8 +A semi-functional minecraft server in Node.js +## Building / Running + 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](http://wiki.vg/Protcols) for documenting minecraft protocols