minecraft-packets

1.8.0 • Public • Published

node-minecraft-packets

NPM version Build Status Discord Try it on gitpod

Minecraft packets in a github repo.

Usage

See examples here

const packets = require('minecraft-packets')

console.log(packets.pc['1.16']['from-server'].difficulty[0])

// output:
// [
//  {
//    json: { difficulty: 2, difficultyLocked: false },
//    raw: <Buffer 0d 02 00>
//  }
// ]

API

Read the api here

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.8.0
    76
    • latest

Version History

Package Sidebar

Install

npm i minecraft-packets

Weekly Downloads

78

Version

1.8.0

License

MIT

Unpacked Size

112 MB

Total Files

6884

Last publish

Collaborators

  • rom1504