mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-03 18:20:42 +00:00
Update README.md
This commit is contained in:
parent
29f02d187f
commit
69cad17e75
1 changed files with 15 additions and 3 deletions
18
README.md
18
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue