> For the complete documentation index, see [llms.txt](https://headhunter-1.gitbook.io/headhunter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://headhunter-1.gitbook.io/headhunter/welcome.md).

# Welcome

### What is HeadHunter?

HeadHunter is a mob head-hunting and progression plugin for Minecraft. Players kill mobs, collect and sell their heads for money and XP, level up through mob-based tiers, and forge powerful wearable masks with unique custom enchantment effects.

Progression is tiered. Each level is tied to a specific mob type, unlocking new mobs, masks, and enchantments as players advance. With 45+ custom enchantments, a multi-tier mask system, head storage blocks, sell signs, and PlaceholderAPI support, HeadHunter provides long-term goals for any type of server.

Everything, drop rates, sell prices, XP values, enchantment effects, and more, is fully configurable.

### Core Features

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>🎯 Mob Heads</td><td>Sell or store heads from defeated mobs</td></tr><tr><td>📊 Level System</td><td>Progress through levels and unlock powerful masks</td></tr><tr><td>✨ Custom Enchantments</td><td>Access unique custom enchantments</td></tr><tr><td>🎭 Masks</td><td>Unlock special masks with unique abilities</td></tr><tr><td>📦 Head Storage</td><td>Store your collected heads to craft masks</td></tr><tr><td>💰 Economy Integration</td><td>Sell heads for currency with full Vault support</td></tr></tbody></table>

### Explore Documentation

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td>📦 Installation</td><td><a href="/pages/rFCeslNHV3hOD2sGPAS7">/pages/rFCeslNHV3hOD2sGPAS7</a></td></tr><tr><td>💻 Commands</td><td><a href="/pages/mkxjkPdbGyXBV76LvpQJ">/pages/mkxjkPdbGyXBV76LvpQJ</a></td></tr><tr><td>🔒 Permissions</td><td><a href="/pages/vU9eNi7MYA7t9goPWmNb">/pages/vU9eNi7MYA7t9goPWmNb</a></td></tr><tr><td>✨ Custom Enchantments</td><td><a href="/pages/wwDaAAZ96Dwz45QwKe8H">/pages/wwDaAAZ96Dwz45QwKe8H</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://headhunter-1.gitbook.io/headhunter/welcome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
