nbt

Installation
SKILL.md

NBT Encoding Skill

Use the nbt! macro from mc_protocol for creating NBT data.

When to Use

Use this skill when you need to:

  • Encode NBT data for Minecraft packets
  • Create text components for chat, action bar, titles
  • Build compound NBT structures

Basic Usage

use mc_protocol::nbt;
Installs
1
Repository
plurigrid/asi
GitHub Stars
28
First Seen
Jun 22, 2026
nbt — plurigrid/asi