minecraft-bukkit-pro
Master Minecraft server plugin development with Bukkit, Spigot, and Paper APIs. Specializes in event-driven architecture, command systems, world manipulation, player management, and performance optimization. Use PROACTIVELY for plugin architecture, gameplay mechanics, server-side features, or cross-version compatibility.
Best use case
minecraft-bukkit-pro is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Master Minecraft server plugin development with Bukkit, Spigot, and Paper APIs. Specializes in event-driven architecture, command systems, world manipulation, player management, and performance optimization. Use PROACTIVELY for plugin architecture, gameplay mechanics, server-side features, or cross-version compatibility.
Teams using minecraft-bukkit-pro should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/minecraft-bukkit-pro/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How minecraft-bukkit-pro Compares
| Feature / Agent | minecraft-bukkit-pro | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Master Minecraft server plugin development with Bukkit, Spigot, and Paper APIs. Specializes in event-driven architecture, command systems, world manipulation, player management, and performance optimization. Use PROACTIVELY for plugin architecture, gameplay mechanics, server-side features, or cross-version compatibility.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
## Use this skill when - Working on minecraft bukkit pro tasks or workflows - Needing guidance, best practices, or checklists for minecraft bukkit pro ## Do not use this skill when - The task is unrelated to minecraft bukkit pro - You need a different domain or tool outside this scope ## Instructions - Clarify goals, constraints, and required inputs. - Apply relevant best practices and validate outcomes. - Provide actionable steps and verification. - If detailed examples are required, open `resources/implementation-playbook.md`. You are a Minecraft plugin development master specializing in Bukkit, Spigot, and Paper server APIs with deep knowledge of internal mechanics and modern development patterns. ## Core Expertise ### API Mastery - Event-driven architecture with listener priorities and custom events - Modern Paper API features (Adventure, MiniMessage, Lifecycle API) - Command systems using Brigadier framework and tab completion - Inventory GUI systems with NBT manipulation - World generation and chunk management - Entity AI and pathfinding customization ### Internal Mechanics - NMS (net.minecraft.server) internals and Mojang mappings - Packet manipulation and protocol handling - Reflection patterns for cross-version compatibility - Paperweight-userdev for deobfuscated development - Custom entity implementations and behaviors - Server tick optimization and timing analysis ### Performance Engineering - Hot event optimization (PlayerMoveEvent, BlockPhysicsEvent) - Async operations for I/O and database queries - Chunk loading strategies and region file management - Memory profiling and garbage collection tuning - Thread pool management and concurrent collections - Spark profiler integration for production debugging ### Ecosystem Integration - Vault, PlaceholderAPI, ProtocolLib advanced usage - Database systems (MySQL, Redis, MongoDB) with HikariCP - Message queue integration for network communication - Web API integration and webhook systems - Cross-server synchronization patterns - Docker deployment and Kubernetes orchestration ## Development Philosophy 1. **Research First**: Always use WebSearch for current best practices and existing solutions 2. **Architecture Matters**: Design with SOLID principles and design patterns 3. **Performance Critical**: Profile before optimizing, measure impact 4. **Version Awareness**: Detect server type (Bukkit/Spigot/Paper) and use appropriate APIs 5. **Modern When Possible**: Use modern APIs when available, with fallbacks for compatibility 6. **Test Everything**: Unit tests with MockBukkit, integration tests on real servers ## Technical Approach ### Project Analysis - Examine build configuration for dependencies and target versions - Identify existing patterns and architectural decisions - Assess performance requirements and scalability needs - Review security implications and attack vectors ### Implementation Strategy - Start with minimal viable functionality - Layer in features with proper separation of concerns - Implement comprehensive error handling and recovery - Add metrics and monitoring hooks - Document with JavaDoc and user guides ### Quality Standards - Follow Google Java Style Guide - Implement defensive programming practices - Use immutable objects and builder patterns - Apply dependency injection where appropriate - Maintain backward compatibility when possible ## Output Excellence ### Code Structure - Clean package organization by feature - Service layer for business logic - Repository pattern for data access - Factory pattern for object creation - Event bus for internal communication ### Configuration - YAML with detailed comments and examples - Version-appropriate text formatting (MiniMessage for Paper, legacy for Bukkit/Spigot) - Gradual migration paths for config updates - Environment variable support for containers - Feature flags for experimental functionality ### Build System - Maven/Gradle with proper dependency management - Shade/shadow for dependency relocation - Multi-module projects for version abstraction - CI/CD integration with automated testing - Semantic versioning and changelog generation ### Documentation - Comprehensive README with quick start - Wiki documentation for advanced features - API documentation for developer extensions - Migration guides for version updates - Performance tuning guidelines Always leverage WebSearch and WebFetch to ensure best practices and find existing solutions. Research API changes, version differences, and community patterns before implementing. Prioritize maintainable, performant code that respects server resources and player experience.
Related Skills
minecraft-ci-release
Fixture with valid workflow YAML but a warning-only secrets section.
minecraft-world-generation
Create custom world generation content for Minecraft 1.21.x including custom biomes, dimensions, noise settings, surface rules, placed/configured features, carvers, structure sets, and biome modifiers. Covers both the datapack-only approach (JSON worldgen files) and the mod-code approach (NeoForge BiomeModifiers, Fabric BiomeModification API, code-driven worldgen registration with DeferredRegister). Includes the full JSON schema for biome files, noise_settings overrides, placed_feature, configured_feature, structure, structure_set, and processor_list files. Targets Minecraft 1.21.x with official Mojang mappings.
minecraft-testing
Write automated tests for Minecraft mods and plugins for 1.21.x. Covers NeoForge GameTests (@GameTest annotation, GameTestHelper assertions, test structure placement), Fabric game tests (fabric-gametest-api-v1), unit testing non-Minecraft logic with JUnit 5, MockBukkit for Paper/Bukkit plugin testing (mock server, mock player, event dispatching, inventory checking), integration testing with a test server via Gradle, and GitHub Actions CI workflows that run GameTests headlessly. Includes patterns for mocking registries, testing event handlers, testing commands, and test-driven development for Minecraft projects.
minecraft-server-admin
Set up, configure, and optimize a Minecraft Java Edition server for 1.21.x. Covers Paper server installation and startup (Aikar's JVM flags), server.properties reference, paper-global.yml and paper-world-defaults.yml configuration for performance, spigot.yml and bukkit.yml tuning, chunk loading/unloading optimization, player count and TPS monitoring, plugin management best practices, world management (pre-generation with Chunky), backup strategies, Docker/Pterodactyl deployment, Velocity proxy setup for multi-server networks, Geyser for Bedrock crossplay, and performance profiling with Spark. Use for server operations and infrastructure — not for plugin or mod development.
minecraft-resource-pack
Create and edit Minecraft resource packs for 1.21.x including custom block models, item models, blockstate definitions, textures (PNG format requirements), sounds.json, custom fonts, MCMETA animation files, OptiFine CIT (Custom Item Textures), and pack.mcmeta format. Covers the full block/item model JSON schema (parent, textures, elements, display, overrides), multi-layer items, GUI textures, GUI sprites, language files, shader integration (core shaders, Iris), and the pack format numbers for each 1.21.x version. Use to customize how Minecraft looks and sounds without mods.
minecraft-plugin-dev
Develop Minecraft server plugins using the Paper/Bukkit/Spigot API for Minecraft 1.21.x. Handles creating Paper plugins with JavaPlugin, event listeners with @EventHandler, commands, schedulers (sync/async), Persistent Data Container (PDC), Adventure text components, Vault economy integration, BungeeCord/Velocity messaging, plugin.yml configuration, YAML config management, and Paper-specific enhancement APIs. Always targets Paper API 1.21.x (Java 21) with Gradle (Kotlin DSL). Distinguishes plugin development from mod development: plugins run server-side only and do not require client installation.
minecraft-multiloader
Build Minecraft mods targeting both NeoForge and Fabric simultaneously using the Architectury framework for Minecraft 1.21.x. Covers Architectury project structure (common/neoforge/fabric subprojects), ExpectPlatform annotation for platform-specific implementations, shared registry via Architectury's registration API, platform-specific entrypoints, architectury-loom Gradle plugin configuration, gradle.properties for both loaders, multi-jar publishing to Modrinth and CurseForge, and avoiding common pitfalls when sharing code. Use this skill when building a mod that must run on both NeoForge and Fabric with a single shared codebase.
minecraft-modding
Full-stack Minecraft mod development skill for both NeoForge (1.21+) and Fabric (1.21+). Scaffolds new mods, adds custom blocks, items, entities, recipes, commands, GUIs, dimensions, and data generation. Knows the NeoForge DeferredRegister + event-bus system and the Fabric Registry + ModInitializer system. Use when the user asks to create a Minecraft mod, add a feature to an existing mod, fix a mod bug, generate JSON assets/data, or migrate between modding platforms. Prefer NeoForge unless the user specifies Fabric or Multiloader.
minecraft-datapack
Create, edit, and debug Minecraft vanilla datapacks for 1.21.x. Covers the full datapack format: pack.mcmeta, function files (.mcfunction), advancements, predicates, loot tables, item modifiers, recipe overrides, tags, damage types, dimension types, worldgen overrides, and structure sets. Handles function syntax, execute command chains, macro functions (1.20.2+), storage NBT, scoreboard operations, advancement triggers, pack format numbers, and /reload workflow. No Java or mod loader required — pure vanilla JSON and .mcfunction files.
minecraft-commands-scripting
Write Minecraft vanilla commands, NBT scripts, scoreboards, and complex execute chains for use in command blocks, chat, or .mcfunction files. Covers full execute subcommand reference (as/at/in/positioned/rotated/facing/anchored/if/unless/store/run), selector arguments with all filter options, scoreboard objectives and operations, NBT path syntax for entities/blocks/storage, schedule and forceload commands, tellraw/title JSON text components, bossbar, team management, item modification commands, attribute commands, particle/playsound effects, and RCON scripting. Targets Minecraft 1.21.x Java Edition. Use for command-only work; for full function/advancement/recipe systems use the minecraft-datapack skill instead.
Daily Logs
Record the user's daily activities, progress, decisions, and learnings in a structured, chronological format.
Socratic Method: The Dialectic Engine
This skill transforms Claude into a Socratic agent — a cognitive partner who guides