boss-skills-drops

Diagnose Boss plugin skill firing and drop configuration issues.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/kangarko/ai-support --skill boss-skills-drops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: boss-skills-drops
Source: https://github.com/kangarko/ai-support/tree/main/projects/boss/skills/skills-drops
Command: npx skills add https://github.com/kangarko/ai-support --skill boss-skills-drops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Troubleshooting Boss skills (abilities) and drop configuration issues in the Boss plugin to restore expected behavior and reduce downtime.

Core Features & Use Cases

  • Diagnostic flow to verify skill firing conditions (delays, valid target, target range) and ensure drops align with the damage cache.
  • Identification of common misconfigurations and actionable fixes for skills and drops.
  • Use cases include diagnosing non-firing skills, drops not triggering, and validating debug settings for reproducibility.

Quick Start

Enable Debug: [skills] in settings.yml and follow the diagnostic steps to verify skill firing and drop behavior.

Frequently Asked Questions about boss-skills-drops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does my Minecraft boss skill not fire when the boss takes damage?

Minecraft boss skills may not fire due to incorrect delay checks, invalid target detection, or target range misconfigurations. Enabling debug mode in settings.yml helps verify firing conditions and identify the specific skill trigger failure.

How do I troubleshoot boss drops not triggering in my Minecraft plugin?

To troubleshoot boss drops not triggering, verify that drop configurations align with the plugin's damage cache. Common misconfigurations in settings.yml often prevent drops, so enabling debug mode reveals drop behavior and identifies configuration mismatches.

How do I enable debug mode for boss skills and drops in settings.yml?

Enable debugging for boss skills and drops by setting Debug: [skills] in settings.yml. This activates diagnostic logging for troubleshooting skill firing conditions and drop behavior, providing actionable output to reproduce and fix configuration issues.

What are common misconfigurations that break boss skills and drop setups?

Common misconfigurations breaking boss skills and drops include incorrect delay checks, invalid target ranges, and damage cache mismatches. Diagnosing these requires verifying settings.yml configurations against expected skill firing and drop trigger conditions.

Can I diagnose boss skill firing issues without stopping my Minecraft server?

You can diagnose boss skill firing issues by enabling in-game debug settings without server downtime. The diagnostic flow checks skill delays, valid targets, and target ranges directly to reproduce and fix issues while the server runs.

What should I check when boss drops fail across different boss plugin setups?

When boss drops fail across setups, check the damage cache alignment and verify drop configuration settings. Debug mode identifies common misconfigurations and validates whether drop triggers match the expected damage cache data.