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

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i minecraft-packets

    Weekly Downloads

    43

    Version

    1.8.0

    License

    MIT

    Unpacked Size

    112 MB

    Total Files

    6884

    Last publish

    Collaborators

    • rom1504