mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-19 22:41:52 +00:00
Merge branch 'master' of https://github.com/mhsjlw/node-minecraft-server
This commit is contained in:
commit
50cabfc594
1 changed files with 18 additions and 3 deletions
21
README.md
21
README.md
|
|
@ -1,6 +1,21 @@
|
|||
node-minecraft-server
|
||||
==============
|
||||
Minecraft Server
|
||||
================
|
||||
[](http://wiki.vg/Protocol)
|
||||

|
||||
[](https://circleci.com/gh/mhsjlw/node-minecraft-server) [](https://gratipay.com/~mhsjlw/)
|
||||
|
||||
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/Protocols) for documenting minecraft protocols
|
||||
|
|
|
|||
Loading…
Reference in a new issue