bedrock-protocol/README.md
2016-05-19 17:19:44 -04:00

27 lines
926 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 PE `0.14.3`
* 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:
- [mhsjlw](https://github.com/mhsjlw)
- [rom1504](https://github.com/rom1504)