From 69cad17e756bd7c1acf4e04cafb685dca6093ff0 Mon Sep 17 00:00:00 2001 From: mhsjlw Date: Mon, 24 Aug 2015 09:29:16 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) 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 From dfc8376f9d0a7b5b5def4a0dc8ceb5fd50e615e9 Mon Sep 17 00:00:00 2001 From: mhsjlw Date: Mon, 24 Aug 2015 09:51:33 -0400 Subject: [PATCH 2/2] Badges! --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cae8f9e..642c5c2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ Minecraft Server ================ +[![Minecraft version](https://img.shields.io/badge/minecraft%20version-1.8-brightgreen.svg)](http://wiki.vg/Protocol) +![Github issues](https://img.shields.io/github/issues/mhsjlw/node-minecraft-server.svg) +[![Build Status](https://img.shields.io/circleci/project/mhsjlw/node-minecraft-server/master.svg)](https://circleci.com/gh/mhsjlw/node-minecraft-server) [![Gratipay](https://img.shields.io/gratipay/mhsjlw.svg)](https://gratipay.com/~mhsjlw/) A semi-functional minecraft server in Node.js @@ -15,4 +18,4 @@ Documentation for how to operate and how to customize your server are coming soo - @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 + - [wiki.vg](http://wiki.vg/Protocols) for documenting minecraft protocols