This package has been deprecated

Author message:

Use

minecraft-chat-packet

1.0.0 • Public • Published

minecraft-chat-packet

A simple parser for minecraft chat packets.

Usage

Install: $ npm i minecraft-chat-packet

Use:

const packet = {
  extra: [
    {
      bold: true,
      text: "Hello World",
      color: "green",
    },
  ],
  text: "",
};
const parser = require("minecraft-chat-packet");
console.log(parser.parse(packet)); // Expected output: §l§aHello World

Readme

Keywords

Package Sidebar

Install

npm i minecraft-chat-packet

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.87 kB

Total Files

8

Last publish

Collaborators

  • dada513