No description
  • JavaScript 99.6%
  • Shell 0.4%
Find a file
extremeheat 458136d877
Vanilla server tests, client offline mode (#49)
* vanilla server launcher

* update package.json

* re-add babel to fix standard

* fix ci

* add buffer-equal

* simple fixes

* add offline client support

* fix closing bugs, proper wait for server start

* add test to mocha

* change test timeout to 2 min

* increase timeouts

Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
2021-03-17 23:04:14 +01:00
.github/workflows setup some CI and basics (#47) 2021-03-14 00:49:17 +01:00
data Vanilla server tests, client offline mode (#49) 2021-03-17 23:04:14 +01:00
examples Standard (#44) 2021-03-13 19:38:31 +01:00
src Vanilla server tests, client offline mode (#49) 2021-03-17 23:04:14 +01:00
test Vanilla server tests, client offline mode (#49) 2021-03-17 23:04:14 +01:00
tools Vanilla server tests, client offline mode (#49) 2021-03-17 23:04:14 +01:00
.eslintignore Standard (#44) 2021-03-13 19:38:31 +01:00
.gitignore Vanilla server tests, client offline mode (#49) 2021-03-17 23:04:14 +01: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
.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
HISTORY.md Add babel for esnext support. 2019-07-14 17:21:20 +02:00
LICENSE initial commit 2016-02-13 13:09:13 -05:00
package.json Vanilla server tests, client offline mode (#49) 2021-03-17 23:04:14 +01:00
README.md Update README.md 2021-03-11 13:30:44 +01:00

pocket-minecraft-protocol NPM version Join the chat at https://gitter.im/PrismarineJS/pocket-minecraft-protocol

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 pocket-minecraft-protocol

Then view our examples for inspiration!

Contributors

This project is run by these guys:

License

Licensed under the MIT license.