No description
  • JavaScript 99.6%
  • Shell 0.4%
Find a file
u9g d8ff48258c
Add createClient (#61)
* Initial commit

* remove comment

* export obj

* fix export

* add to api.md

* fix old refs to nmp
2021-04-14 23:39:05 +02:00
.github/workflows Add packet dumper, new server example, internal client/server test (#4) 2021-03-26 05:19:08 -04:00
data protocol: inventory, recipe updates 2021-04-14 07:23:42 -04:00
docs Add createClient (#61) 2021-04-14 23:39:05 +02:00
examples Add createClient (#61) 2021-04-14 23:39:05 +02:00
src Add createClient (#61) 2021-04-14 23:39:05 +02:00
test Add packet dumper, new server example, internal client/server test (#4) 2021-03-26 05:19:08 -04:00
tools Merge branch 'master' of https://github.com/PrismarineJS/bedrock-protocol into examples 2021-04-14 07:25:38 -04:00
types Add packet dumper, new server example, internal client/server test (#4) 2021-03-26 05:19:08 -04:00
.eslintignore viewer: working first person 2021-04-07 07:15:22 -04:00
.gitignore Remove old tests, lint tests 2021-03-23 03:28:50 -04:00
.gitpod setup some CI and basics (#47) 2021-03-14 00:49:17 +01:00
.gitpod.DockerFile setup some CI and basics (#47) 2021-03-14 00:49:17 +01:00
.npmignore Add index, .npmignore, connect timeout (#1) 2021-03-22 15:07:25 -04:00
.npmrc setup some CI and basics (#47) 2021-03-14 00:49:17 +01:00
AUTHORS.md Add babel for esnext support. 2019-07-14 17:21:20 +02:00
babel.config.js Standard (#44) 2021-03-13 19:38:31 +01:00
CONTRIBUTING.md Add CONTRIBUTING.md (#59) 2021-04-12 00:47:38 +02:00
HISTORY.md Add babel for esnext support. 2019-07-14 17:21:20 +02:00
index.js Add createClient (#61) 2021-04-14 23:39:05 +02:00
LICENSE initial commit 2016-02-13 13:09:13 -05:00
package.json viewer: add sprint, sneaking 2021-04-08 01:32:20 -04:00
README.md fix badges 2021-03-20 23:15:35 +00:00

bedrock-protocol

NPM version Build Status Discord Try it on gitpod

Not ready for prime time yet, check https://github.com/PrismarineJS/bedrock-protocol/projects/1 for progress

Parse and serialize Minecraft: Pocket Edition packets

Features

  • Supports Minecraft Pocket Edition 1.0
  • Pure JavaScript
  • Easily send and listen for any packet
  • RakNet support through node-raknet

Installation

Simply run

npm install bedrock-protocol

Then view our examples for inspiration!

Contributors

This project is run by these guys:

License

Licensed under the MIT license.