{
  "markdown": "# Paper Plugin Dev\n\nA comprehensive **Claude Code plugin** that gives Claude deep knowledge of the Minecraft Paper API, Java 21 patterns, and server internals — so it can write production-quality Paper plugins right out of the box.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)\n[![Paper 1.21.x](https://img.shields.io/badge/Paper-1.21.x-blue.svg)](https://papermc.io)\n[![Java 21](https://img.shields.io/badge/Java-21-orange.svg)](https://openjdk.org/projects/jdk/21/)\n\n**[View Website](https://atomgameraga.github.io/Paper-ClaudePlugin/)**\n\n---\n\n## What Is This?\n\nPaper Plugin Dev is a Claude Code plugin that equips Claude with a curated 2,500+ line reference covering 47 major sections of the Paper API. When installed, Claude stops guessing at deprecated APIs and instead uses correct, modern patterns for Paper 1.21.x and Java 21.\n\n## Features\n\n- **Project Setup & Lifecycle** — Gradle KTS, Maven, paper-plugin.yml, Lifecycle API\n- **Core API Systems** — Events, Brigadier commands, Adventure/MiniMessage, Data Components\n- **Data & Storage** — PDC, HikariCP, SQLite/MySQL, config management, NBT\n- **Gameplay Systems** — Inventory GUIs, entities, recipes, registries, particles, mob AI\n- **Advanced & Internals** — NMS access, packet manipulation, anti-cheat patterns, world generation\n- **Quality & Patterns** — Performance best practices, design patterns, MockBukkit testing, Sentry\n- **Integrations** — PlaceholderAPI, Vault, LuckPerms, ProtocolLib, PacketEvents, GrimAC\n\n## Installation\n\n### Quick Install\n\n```bash\nclaude install-plugin ATOMGAMERAGA/Paper-ClaudePlugin\n```\n\n### Manual Install\n\n```bash\ngit clone https://github.com/ATOMGAMERAGA/Paper-ClaudePlugin.git\nclaude --plugin-dir ./Paper-ClaudePlugin\n```\n\n## Usage\n\nOnce installed, simply ask Claude to build a Paper plugin. The skill activates automatically when your prompt involves Minecraft, Paper, Bukkit, Spigot, or plugin development.\n\n```\nYou: Create a Paper plugin that adds custom enchantments with the Registry API\n```\n\nClaude will use correct Java 21 syntax, modern Paper 1.21.x APIs, and production-ready patterns.\n\n## Plugin Structure\n\n```\nPaper-ClaudePlugin/\n├── .claude-plugin/\n│   └── plugin.json              # Plugin manifest\n├── skills/\n│   └── paper-plugin-dev/\n│       └── SKILL.md             # Comprehensive skill reference (2,500+ lines)\n├── docs/                        # GitHub Pages website\n│   ├── index.html\n│   ├── style.css\n│   └── script.js\n├── README.md\n└── LICENSE\n```\n\n## License\n\nMIT License — Copyright (c) 2026 Atom Gamer Arda A.G.A\n",
  "bytes": 2572,
  "sha": "120eec389fe07b374fed12b98cfd07fb98cbb282c14e8f55ba6776f62395c8dd",
  "repo_slug": "atomgameraga/paper-claudeplugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_atomgameraga_paper_claudeplugin_paper_pl_1c5fbc44/readme"
}