bedrock-protocol/README.md
Filiph Sandström 5f42967845 Update README.md
2016-10-26 14:34:46 +02:00

28 lines
989 B
Markdown

pocket-minecraft-protocol
=========================
[![NPM version](https://img.shields.io/npm/v/pocket-minecraft-protocol.svg)](http://npmjs.com/package/pocket-minecraft-protocol)
[![Join the chat at https://gitter.im/mhsjlw/pocket-minecraft-protocol](https://badges.gitter.im/mhsjlw/pocket-minecraft-protocol.svg)](https://gitter.im/mhsjlw/pocket-minecraft-protocol?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Parse and serialize Minecraft PE packets.
## Features
* Supports Minecraft Pocket Edition `0.16.0`
* Pure JavaScript
* Easily send and listen for any packet
* RakNet support through [node-raknet](https://github.com/mhsjlw/node-raknet)
## Installation
Simply run
npm install pocket-minecraft-protcol
Then view our `examples` for inspiration!
## Contributors
This project is run by these guys:
- [Filiph Sandström](https://github.com/filfat)
- [mhsjlw](https://github.com/mhsjlw)
- [rom1504](https://github.com/rom1504)