> 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/configurations/masks-config-masks.yml.md).

# Masks Config (masks.yml)

### File Location

```
plugins/HeadHunter/Masks.yml
```

***

### Mask Structure

Masks are organized hierarchically by mob type and level. Each mob can have multiple progressive mask tiers that players unlock by collecting heads and upgrading previous masks. The structure follows this pattern:\ <mark style="color:$success;">Masks.\<MOB\_TYPE>.\<LEVEL>.\<PROPERTIES></mark>

### Mask Fields

| Field               | Type    | Description                                                                                                                             |
| ------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| DisplayName         | String  | The name shown for the mask                                                                                                             |
| Skin                | String  | The texture URL for the mask's appearance                                                                                               |
| AmountHeadsNeeded   | Integer | How many mob heads the player needs stored to create this mask                                                                          |
| PreviousMasksNeeded | Integer | <p>How many of the previous mask level needed to upgrade.<br>Set to <mark style="color:$success;">0</mark> for the first mask level</p> |
| Enchantments        | List    | List of enchantments in format <mark style="color:$success;">enchantment\_name:level</mark>                                             |

***

### How To Get Textures

{% stepper %}
{% step %}

### Visit <https://minecraft-heads.com>

{% endstep %}

{% step %}

### Search for mob heads

<figure><img src="/files/tBpD75626JSkgcjycig8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Scroll down to "**For Developers:" section**

{% endstep %}

{% step %}

### Copy the texture value

<figure><img src="/files/Dpj7JaAMYQtH94dees1f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Paste into "Skin" property&#x20;

{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Enchantment names must match exactly (case-insensitive). Invalid enchantments will be ignored and logged in console. Visit: [Custom Enchantments](/headhunter/core-features/custom-enchantments.md) to view available enchantments
{% endhint %}

### Default Mask Configuration

{% hint style="info" %}
Display name supports "<mark style="color:$success;">&</mark>" color codes
{% endhint %}

{% code overflow="wrap" expandable="true" %}

```yaml
# ################################# #
# HeadHunter Plugin by DisabledGoat #
# ################################# #

# Mask Configuration:
# --------------------
# This section defines the properties for each mask.
# Each mask is categorized by its associated entity type and level.
# 
# Configuration Fields:
#   - DisplayName: The name displayed for the mask.
#   - AmountHeadsNeeded: The number of mob heads required to craft the mask.
#   - PreviousMasksNeeded: The number of previous masks required to unlock this mask.
#   - Enchantments: A list of enchantments applied to the mask in the format 'enchantment_name:level'.
#   - Note: vanilla helmet enchantments supported.
# 
# Example:
#   PIG:
#     1:
#       DisplayName: '&aPIG Mask I'
#       AmountHeadsNeeded: 300
#       PreviousMasksNeeded: 0
#       Enchantments:
#         - 'life_steal:1'
#         - 'arrow_guard:2'
# 
# Modify these values to customize the masks for your liking.

Masks:
  PIG:
    '1':
      DisplayName: '&dPIG Mask I'
      AmountHeadsNeeded: 480
      PreviousMasksNeeded: 0
      Enchantments:
      - spell_stretch:1
    '2':
      DisplayName: '&dPIG Mask II'
      AmountHeadsNeeded: 920
      PreviousMasksNeeded: 1
      Enchantments:
      - spell_stretch:2
    '3':
      DisplayName: '&dPIG Mask III'
      AmountHeadsNeeded: 1152
      PreviousMasksNeeded: 1
      Enchantments:
      - spell_stretch:3
      - golden_grace:1
    '4':
      DisplayName: '&dPIG Mask IV'
      AmountHeadsNeeded: 4608
      PreviousMasksNeeded: 1
      Enchantments:
      - spell_stretch:4
      - golden_grace:2
      - well_fed:1
    '5':
      DisplayName: '&dPIG Mask V'
      AmountHeadsNeeded: 6912
      PreviousMasksNeeded: 1
      Enchantments:
      - spell_stretch:5
      - golden_grace:2
      - well_fed:1
  WOLF:
    '1':
      DisplayName: '&dWOLF Mask I'
      AmountHeadsNeeded: 2304
      PreviousMasksNeeded: 0
      Enchantments:
      - bloodhound:1
      - wolf_pack:1
    '2':
      DisplayName: '&dWOLF Mask II'
      AmountHeadsNeeded: 3456
      PreviousMasksNeeded: 1
      Enchantments:
      - bloodhound:2
      - wolf_pack:2
    '3':
      DisplayName: '&dWOLF Mask III'
      AmountHeadsNeeded: 4608
      PreviousMasksNeeded: 1
      Enchantments:
      - bloodhound:3
      - wolf_pack:3
    '4':
      DisplayName: '&dWOLF Mask IV'
      AmountHeadsNeeded: 6912
      PreviousMasksNeeded: 1
      Enchantments:
      - bloodhound:4
      - wolf_pack:4
    '5':
      DisplayName: '&dWOLF Mask V'
      AmountHeadsNeeded: 9216
      PreviousMasksNeeded: 1
      Enchantments:
      - bloodhound:5
      - wolf_pack:5
  RABBIT:
    '1':
      DisplayName: '&dRABBIT Mask I'
      AmountHeadsNeeded: 2304
      PreviousMasksNeeded: 0
      Enchantments:
      - high_jump:1
    '2':
      DisplayName: '&dRABBIT Mask II'
      AmountHeadsNeeded: 3456
      PreviousMasksNeeded: 1
      Enchantments:
      - high_jump:1
    '3':
      DisplayName: '&dRABBIT Mask III'
      AmountHeadsNeeded: 6912
      PreviousMasksNeeded: 1
      Enchantments:
      - high_jump:2
    '4':
      DisplayName: '&dRABBIT Mask IV'
      AmountHeadsNeeded: 11520
      PreviousMasksNeeded: 1
      Enchantments:
      - high_jump:2
    '5':
      DisplayName: '&dRABBIT Mask V'
      AmountHeadsNeeded: 13824
      PreviousMasksNeeded: 1
      Enchantments:
      - high_jump:3
      - night_vision:1
  CAT:
    '1':
      DisplayName: '&dCAT Mask I'
      AmountHeadsNeeded: 2304
      PreviousMasksNeeded: 0
      Enchantments:
      - lucky_catch:1
    '2':
      DisplayName: '&dCAT Mask II'
      AmountHeadsNeeded: 4608
      PreviousMasksNeeded: 1
      Enchantments:
      - lucky_catch:2
    '3':
      DisplayName: '&dCAT Mask III'
      AmountHeadsNeeded: 8064
      PreviousMasksNeeded: 1
      Enchantments:
      - lucky_catch:3
    '4':
      DisplayName: '&dCAT Mask IV'
      AmountHeadsNeeded: 11520
      PreviousMasksNeeded: 1
      Enchantments:
      - lucky_catch:4
    '5':
      DisplayName: '&dCAT Mask V'
      AmountHeadsNeeded: 16128
      PreviousMasksNeeded: 1
      Enchantments:
      - lucky_catch:5
  SHEEP:
    '1':
      DisplayName: '&dSHEEP Mask I'
      AmountHeadsNeeded: 480
      PreviousMasksNeeded: 0
      Enchantments:
      - grass_walker:1
    '2':
      DisplayName: '&dSHEEP Mask II'
      AmountHeadsNeeded: 960
      PreviousMasksNeeded: 1
      Enchantments:
      - grass_walker:1
    '3':
      DisplayName: '&dSHEEP Mask III'
      AmountHeadsNeeded: 1440
      PreviousMasksNeeded: 1
      Enchantments:
      - grass_walker:1
      - needleproof:1
    '4':
      DisplayName: '&dSHEEP Mask IV'
      AmountHeadsNeeded: 1920
      PreviousMasksNeeded: 1
      Enchantments:
      - grass_walker:1
      - needleproof:1
    '5':
      DisplayName: '&dSHEEP Mask V'
      AmountHeadsNeeded: 2304
      PreviousMasksNeeded: 1
      Enchantments:
      - grass_walker:1
      - needleproof:1
      - high_jump:1
  CHICKEN:
    '1':
      DisplayName: '&dCHICKEN Mask I'
      AmountHeadsNeeded: 2304
      PreviousMasksNeeded: 0
      Enchantments:
      - softlanding:1
    '2':
      DisplayName: '&dCHICKEN Mask II'
      AmountHeadsNeeded: 3456
      PreviousMasksNeeded: 1
      Enchantments:
      - softlanding:2
    '3':
      DisplayName: '&dCHICKEN Mask III'
      AmountHeadsNeeded: 5760
      PreviousMasksNeeded: 1
      Enchantments:
      - softlanding:3
    '4':
      DisplayName: '&dCHICKEN Mask IV'
      AmountHeadsNeeded: 9216
      PreviousMasksNeeded: 1
      Enchantments:
      - softlanding:4
    '5':
      DisplayName: '&dCHICKEN Mask V'
      AmountHeadsNeeded: 19432
      PreviousMasksNeeded: 1
      Enchantments:
      - softlanding:5
  COW:
    '1':
      DisplayName: '&dCOW Mask I'
      AmountHeadsNeeded: 640
      PreviousMasksNeeded: 0
      Enchantments:
      - vaccine:1
    '2':
      DisplayName: '&dCOW Mask II'
      AmountHeadsNeeded: 1280
      PreviousMasksNeeded: 1
      Enchantments:
      - vaccine:2
      - spell_stretch:1
    '3':
      DisplayName: '&dCOW Mask III'
      AmountHeadsNeeded: 2560
      PreviousMasksNeeded: 1
      Enchantments:
      - vaccine:3
      - spell_stretch:2
      - grass_walker:1
    '4':
      DisplayName: '&dCOW Mask IV'
      AmountHeadsNeeded: 5760
      PreviousMasksNeeded: 1
      Enchantments:
      - vaccine:4
      - spell_stretch:2
      - grass_walker:1
    '5':
      DisplayName: '&dCOW Mask V'
      AmountHeadsNeeded: 11520
      PreviousMasksNeeded: 1
      Enchantments:
      - vaccine:5
      - spell_stretch:3
      - grass_walker:1
  HORSE:
    '1':
      DisplayName: '&dHORSE Mask I'
      AmountHeadsNeeded: 4608
      PreviousMasksNeeded: 0
      Enchantments:
      - speed:1
    '2':
      DisplayName: '&dHORSE Mask II'
      AmountHeadsNeeded: 5760
      PreviousMasksNeeded: 1
      Enchantments:
      - speed:1
    '3':
      DisplayName: '&dHORSE Mask III'
      AmountHeadsNeeded: 13824
      PreviousMasksNeeded: 1
      Enchantments:
      - speed:2
    '4':
      DisplayName: '&dHORSE Mask IV'
      AmountHeadsNeeded: 16128
      PreviousMasksNeeded: 1
      Enchantments:
      - speed:2
    '5':
      DisplayName: '&dHORSE Mask V'
      AmountHeadsNeeded: 34560
      PreviousMasksNeeded: 1
      Enchantments:
      - speed:3
  SILVERFISH:
    '1':
      DisplayName: '&dSILVERFISH Mask I'
      AmountHeadsNeeded: 3456
      PreviousMasksNeeded: 0
      Enchantments:
      - miners_elixir:1
    '2':
      DisplayName: '&dSILVERFISH Mask II'
      AmountHeadsNeeded: 5760
      PreviousMasksNeeded: 1
      Enchantments:
      - miners_elixir:2
    '3':
      DisplayName: '&dSILVERFISH Mask III'
      AmountHeadsNeeded: 13824
      PreviousMasksNeeded: 1
      Enchantments:
      - miners_elixir:3
      - mass_miner:1
    '4':
      DisplayName: '&dSILVERFISH Mask IV'
      AmountHeadsNeeded: 16128
      PreviousMasksNeeded: 1
      Enchantments:
      - miners_elixir:4
      - mass_miner:2
    '5':
      DisplayName: '&dSILVERFISH Mask V'
      AmountHeadsNeeded: 34560
      PreviousMasksNeeded: 1
      Enchantments:
      - miners_elixir:5
      - mass_miner:3
  SLIME:
    '1':
      DisplayName: '&dSLIME Mask I'
      AmountHeadsNeeded: 960
      PreviousMasksNeeded: 0
      Enchantments:
      - softlanding:1
      - shockwave:1
    '2':
      DisplayName: '&dSLIME Mask II'
      AmountHeadsNeeded: 2304
      PreviousMasksNeeded: 1
      Enchantments:
      - softlanding:1
      - shockwave:2
    '3':
      DisplayName: '&dSLIME Mask III'
      AmountHeadsNeeded: 4608
      PreviousMasksNeeded: 1
      Enchantments:
      - softlanding:1
      - shockwave:3
    '4':
      DisplayName: '&dSLIME Mask IV'
      AmountHeadsNeeded: 9216
      PreviousMasksNeeded: 1
      Enchantments:
      - softlanding:2
      - shockwave:4
    '5':
      DisplayName: '&dSLIME Mask V'
      AmountHeadsNeeded: 18432
      PreviousMasksNeeded: 1
      Enchantments:
      - softlanding:3
      - shockwave:5
  CAVE_SPIDER:
    '1':
      DisplayName: '&dCAVE SPIDER Mask I'
      AmountHeadsNeeded: 1152
      PreviousMasksNeeded: 0
      Enchantments:
      - poison_immunity:1
      - poison_shield:1
    '2':
      DisplayName: '&dCAVE SPIDER Mask II'
      AmountHeadsNeeded: 3456
      PreviousMasksNeeded: 1
      Enchantments:
      - poison_immunity:2
      - poison_shield:2
    '3':
      DisplayName: '&dCAVE SPIDER Mask III'
      AmountHeadsNeeded: 5760
      PreviousMasksNeeded: 1
      Enchantments:
      - poison_immunity:3
      - poison_shield:3
    '4':
      DisplayName: '&dCAVE SPIDER Mask IV'
      AmountHeadsNeeded: 9216
      PreviousMasksNeeded: 1
      Enchantments:
      - poison_immunity:4
      - poison_shield:4
    '5':
      DisplayName: '&dCAVE SPIDER Mask V'
      AmountHeadsNeeded: 16128
      PreviousMasksNeeded: 1
      Enchantments:
      - poison_immunity:5
      - poison_shield:5
  SPIDER:
    '1':
      DisplayName: '&dSPIDER Mask I'
      AmountHeadsNeeded: 4608
      PreviousMasksNeeded: 0
      Enchantments:
      - slowness_immunity:1
      - slowness_shield:1
      - frostbind:1
    '2':
      DisplayName: '&dSPIDER Mask II'
      AmountHeadsNeeded: 9216
      PreviousMasksNeeded: 1
      Enchantments:
      - slowness_immunity:2
      - slowness_shield:2
      - frostbind:2
    '3':
      DisplayName: '&dSPIDER Mask III'
      AmountHeadsNeeded: 16128
      PreviousMasksNeeded: 1
      Enchantments:
      - slowness_immunity:3
      - slowness_shield:3
      - frostbind:3
    '4':
      DisplayName: '&dSPIDER Mask IV'
      AmountHeadsNeeded: 24192
      PreviousMasksNeeded: 1
      Enchantments:
      - slowness_immunity:4
      - slowness_shield:4
      - frostbind:4
    '5':
      DisplayName: '&dSPIDER Mask V'
      AmountHeadsNeeded: 34560
      PreviousMasksNeeded: 1
      Enchantments:
      - slowness_immunity:5
      - slowness_shield:5
      - frostbind:5
  SQUID:
    '1':
      DisplayName: '&dSQUID Mask I'
      AmountHeadsNeeded: 1152
      PreviousMasksNeeded: 0
      Enchantments:
      - blindness_shield:1
    '2':
      DisplayName: '&dSQUID Mask II'
      AmountHeadsNeeded: 2304
      PreviousMasksNeeded: 1
      Enchantments:
      - blindness_shield:2
    '3':
      DisplayName: '&dSQUID Mask III'
      AmountHeadsNeeded: 4608
      PreviousMasksNeeded: 1
      Enchantments:
      - blindness_shield:3
    '4':
      DisplayName: '&dSQUID Mask IV'
      AmountHeadsNeeded: 9216
      PreviousMasksNeeded: 1
      Enchantments:
      - blindness_shield:4
      - deep_lungs:1
    '5':
      DisplayName: '&dSQUID Mask V'
      AmountHeadsNeeded: 11520
      PreviousMasksNeeded: 1
      Enchantments:
      - blindness_shield:5
      - blindness_immunity:5
      - deep_lungs:1
  ZOMBIE:
    '1':
      DisplayName: '&dZOMBIE Mask I'
      AmountHeadsNeeded: 2304
      PreviousMasksNeeded: 0
      Enchantments:
      - painfuel:1
      - call_of_the_dead:1
    '2':
      DisplayName: '&dZOMBIE Mask II'
      AmountHeadsNeeded: 4608
      PreviousMasksNeeded: 1
      Enchantments:
      - painfuel:2
      - call_of_the_dead:2
    '3':
      DisplayName: '&dZOMBIE Mask III'
      AmountHeadsNeeded: 9216
      PreviousMasksNeeded: 1
      Enchantments:
      - painfuel:3
      - call_of_the_dead:3
    '4':
      DisplayName: '&dZOMBIE Mask IV'
      AmountHeadsNeeded: 16128
      PreviousMasksNeeded: 1
      Enchantments:
      - painfuel:4
      - call_of_the_dead:4
    '5':
      DisplayName: '&dZOMBIE Mask V'
      AmountHeadsNeeded: 23040
      PreviousMasksNeeded: 1
      Enchantments:
      - painfuel:5
      - call_of_the_dead:5
  SKELETON:
    '1':
      DisplayName: '&dSKELETON Mask I'
      AmountHeadsNeeded: 4608
      PreviousMasksNeeded: 0
      Enchantments:
      - nightward:1
    '2':
      DisplayName: '&dSKELETON Mask II'
      AmountHeadsNeeded: 6912
      PreviousMasksNeeded: 1
      Enchantments:
      - nightward:1
      - arrow_guard:2
    '3':
      DisplayName: '&dSKELETON Mask III'
      AmountHeadsNeeded: 9216
      PreviousMasksNeeded: 1
      Enchantments:
      - nightward:1
      - arrow_guard:3
    '4':
      DisplayName: '&dSKELETON Mask IV'
      AmountHeadsNeeded: 16128
      PreviousMasksNeeded: 1
      Enchantments:
      - nightward:1
      - arrow_guard:4
    '5':
      DisplayName: '&dSKELETON Mask V'
      AmountHeadsNeeded: 24192
      PreviousMasksNeeded: 1
      Enchantments:
      - nightward:1
      - arrow_guard:5
  GUARDIAN:
    '1':
      DisplayName: '&dGUARDIAN Mask I'
      AmountHeadsNeeded: 1152
      PreviousMasksNeeded: 0
      Enchantments:
      - mining_fatigue_shield:1
      - deep_lungs:1
    '2':
      DisplayName: '&dGUARDIAN Mask II'
      AmountHeadsNeeded: 2304
      PreviousMasksNeeded: 1
      Enchantments:
      - mining_fatigue_shield:2
      - deep_lungs:1
    '3':
      DisplayName: '&dGUARDIAN Mask III'
      AmountHeadsNeeded: 4608
      PreviousMasksNeeded: 1
      Enchantments:
      - mining_fatigue_shield:3
      - deep_lungs:1
    '4':
      DisplayName: '&dGUARDIAN Mask IV'
      AmountHeadsNeeded: 6912
      PreviousMasksNeeded: 1
      Enchantments:
      - mining_fatigue_shield:4
      - deep_lungs:1
    '5':
      DisplayName: '&dGUARDIAN Mask V'
      AmountHeadsNeeded: 11520
      PreviousMasksNeeded: 1
      Enchantments:
      - mining_fatigue_shield:5
      - deep_lungs:1
  MAGMA_CUBE:
    '1':
      DisplayName: '&dMAGMA_CUBE Mask I'
      AmountHeadsNeeded: 640
      PreviousMasksNeeded: 0
      Enchantments:
      - fire_stretch:1
    '2':
      DisplayName: '&dMAGMA_CUBE Mask II'
      AmountHeadsNeeded: 1280
      PreviousMasksNeeded: 1
      Enchantments:
      - fire_stretch:2
    '3':
      DisplayName: '&dMAGMA_CUBE Mask III'
      AmountHeadsNeeded: 2304
      PreviousMasksNeeded: 1
      Enchantments:
      - fire_stretch:3
    '4':
      DisplayName: '&dMAGMA_CUBE Mask IV'
      AmountHeadsNeeded: 3456
      PreviousMasksNeeded: 1
      Enchantments:
      - fire_stretch:4
      - shockwave:2
    '5':
      DisplayName: '&dMAGMA_CUBE Mask V'
      AmountHeadsNeeded: 4608
      PreviousMasksNeeded: 1
      Enchantments:
      - fireproof:1
      - shockwave:2
  VILLAGER:
    '1':
      DisplayName: '&dVILLAGER Mask I'
      AmountHeadsNeeded: 4608
      PreviousMasksNeeded: 0
      Enchantments:
      - hunters_blessing:1
      - skull_hoarder:1
    '2':
      DisplayName: '&dVILLAGER Mask II'
      AmountHeadsNeeded: 9216
      PreviousMasksNeeded: 1
      Enchantments:
      - hunters_blessing:2
      - skull_hoarder:2
    '3':
      DisplayName: '&dVILLAGER Mask III'
      AmountHeadsNeeded: 11520
      PreviousMasksNeeded: 1
      Enchantments:
      - hunters_blessing:3
      - skull_hoarder:3
    '4':
      DisplayName: '&dVILLAGER Mask IV'
      AmountHeadsNeeded: 16128
      PreviousMasksNeeded: 1
      Enchantments:
      - hunters_blessing:4
      - skull_hoarder:4
    '5':
      DisplayName: '&dVILLAGER Mask V'
      AmountHeadsNeeded: 23040
      PreviousMasksNeeded: 1
      Enchantments:
      - hunters_blessing:5
      - skull_hoarder:5
  GHAST:
    '1':
      DisplayName: '&dGHAST Mask I'
      AmountHeadsNeeded: 1152
      PreviousMasksNeeded: 0
      Enchantments:
      - blast_shot:1
    '2':
      DisplayName: '&dGHAST Mask II'
      AmountHeadsNeeded: 2304
      PreviousMasksNeeded: 1
      Enchantments:
      - blast_shot:1
    '3':
      DisplayName: '&dGHAST Mask III'
      AmountHeadsNeeded: 6912
      PreviousMasksNeeded: 1
      Enchantments:
      - blast_shot:2
    '4':
      DisplayName: '&dGHAST Mask IV'
      AmountHeadsNeeded: 11520
      PreviousMasksNeeded: 1
      Enchantments:
      - blast_shot:2
    '5':
      DisplayName: '&dGHAST Mask V'
      AmountHeadsNeeded: 18432
      PreviousMasksNeeded: 1
      Enchantments:
      - blast_shot:3
  ZOMBIFIED_PIGLIN:
    '1':
      DisplayName: '&dZOMBIFIED PIGLIN Mask I'
      AmountHeadsNeeded: 3456
      PreviousMasksNeeded: 0
      Enchantments:
      - piglin_horde:1
    '2':
      DisplayName: '&dZOMBIFIED PIGLIN Mask II'
      AmountHeadsNeeded: 4608
      PreviousMasksNeeded: 1
      Enchantments:
      - piglin_horde:2
    '3':
      DisplayName: '&dZOMBIFIED PIGLIN Mask III'
      AmountHeadsNeeded: 6912
      PreviousMasksNeeded: 1
      Enchantments:
      - piglin_horde:3
    '4':
      DisplayName: '&dZOMBIFIED PIGLIN Mask IV'
      AmountHeadsNeeded: 9216
      PreviousMasksNeeded: 1
      Enchantments:
      - piglin_horde:4
    '5':
      DisplayName: '&dZOMBIFIED PIGLIN Mask V'
      AmountHeadsNeeded: 16128
      PreviousMasksNeeded: 1
      Enchantments:
      - piglin_horde:5
  BLAZE:
    '1':
      DisplayName: '&dBLAZE Mask I'
      AmountHeadsNeeded: 4608
      PreviousMasksNeeded: 0
      Enchantments:
      - backfire:1
      - lingering_flame:1
    '2':
      DisplayName: '&dBLAZE Mask II'
      AmountHeadsNeeded: 6912
      PreviousMasksNeeded: 1
      Enchantments:
      - backfire:1
      - lingering_flame:2
    '3':
      DisplayName: '&dBLAZE Mask III'
      AmountHeadsNeeded: 9216
      PreviousMasksNeeded: 1
      Enchantments:
      - backfire:2
      - lingering_flame:3
    '4':
      DisplayName: '&dBLAZE Mask IV'
      AmountHeadsNeeded: 14976
      PreviousMasksNeeded: 1
      Enchantments:
      - backfire:2
      - lingering_flame:4
    '5':
      DisplayName: '&dBLAZE Mask V'
      AmountHeadsNeeded: 23040
      PreviousMasksNeeded: 1
      Enchantments:
      - backfire:3
      - lingering_flame:5
      - fireproof:1
  WITCH:
    '1':
      DisplayName: '&dWITCH Mask I'
      AmountHeadsNeeded: 8064
      PreviousMasksNeeded: 0
      Enchantments:
      - spell_stretch:6
      - vaccine:1
    '2':
      DisplayName: '&dWITCH Mask II'
      AmountHeadsNeeded: 13824
      PreviousMasksNeeded: 1
      Enchantments:
      - spell_stretch:6
      - vaccine:2
    '3':
      DisplayName: '&dWITCH Mask III'
      AmountHeadsNeeded: 20736
      PreviousMasksNeeded: 1
      Enchantments:
      - spell_stretch:6
      - vaccine:3
    '4':
      DisplayName: '&dWITCH Mask IV'
      AmountHeadsNeeded: 28800
      PreviousMasksNeeded: 1
      Enchantments:
      - spell_stretch:6
      - vaccine:4
      - heartforge:1
    '5':
      DisplayName: '&dWITCH Mask V'
      AmountHeadsNeeded: 39168
      PreviousMasksNeeded: 1
      Enchantments:
      - spell_stretch:6
      - vaccine:6
      - heartforge:1
      - auto_pickup:1
  WITHER_SKELETON:
    '1':
      DisplayName: '&dWITHER SKELETON Mask I'
      AmountHeadsNeeded: 9088
      PreviousMasksNeeded: 0
      Enchantments:
      - cursed_strike:1
      - cursed_shot:1
      - wither_immunity:1
    '2':
      DisplayName: '&dWITHER SKELETON Mask II'
      AmountHeadsNeeded: 14848
      PreviousMasksNeeded: 1
      Enchantments:
      - cursed_strike:1
      - cursed_shot:1
      - wither_immunity:2
    '3':
      DisplayName: '&dWITHER SKELETON Mask III'
      AmountHeadsNeeded: 27520
      PreviousMasksNeeded: 1
      Enchantments:
      - cursed_strike:2
      - cursed_shot:2
      - wither_immunity:3
    '4':
      DisplayName: '&dWITHER SKELETON Mask IV'
      AmountHeadsNeeded: 35840
      PreviousMasksNeeded: 1
      Enchantments:
      - cursed_strike:2
      - cursed_shot:2
      - wither_immunity:4
    '5':
      DisplayName: '&dWITHER SKELETON Mask V'
      AmountHeadsNeeded: 44160
      PreviousMasksNeeded: 1
      Enchantments:
      - cursed_strike:3
      - cursed_shot:3
      - wither_immunity:5
  ENDERMAN:
    '1':
      DisplayName: '&dENDERMAN Mask I'
      AmountHeadsNeeded: 9216
      PreviousMasksNeeded: 0
      Enchantments:
      - pearl_salvation:1
    '2':
      DisplayName: '&dENDERMAN Mask II'
      AmountHeadsNeeded: 13824
      PreviousMasksNeeded: 1
      Enchantments:
      - pearl_salvation:1
      - shadow_pearl:1
    '3':
      DisplayName: '&dENDERMAN Mask III'
      AmountHeadsNeeded: 23040
      PreviousMasksNeeded: 1
      Enchantments:
      - pearl_salvation:1
      - aegis_of_the_pearl:1
      - shadow_pearl:1
    '4':
      DisplayName: '&dENDERMAN Mask IV'
      AmountHeadsNeeded: 36864
      PreviousMasksNeeded: 1
      Enchantments:
      - pearl_salvation:1
      - aegis_of_the_pearl:1
      - shadow_pearl:1
      - ghostseer:1
    '5':
      DisplayName: '&dENDERMAN Mask V'
      AmountHeadsNeeded: 43776
      PreviousMasksNeeded: 1
      Enchantments:
      - pearl_salvation:1
      - aegis_of_the_pearl:1
      - shadow_pearl:1
      - ghostseer:1
      - night_vision:1
  CREEPER:
    '1':
      DisplayName: '&dCREEPER Mask I'
      AmountHeadsNeeded: 11520
      PreviousMasksNeeded: 0
      Enchantments:
      - life_steal:1
    '2':
      DisplayName: '&dCREEPER Mask II'
      AmountHeadsNeeded: 16128
      PreviousMasksNeeded: 1
      Enchantments:
      - life_steal:2
    '3':
      DisplayName: '&dCREEPER Mask III'
      AmountHeadsNeeded: 29952
      PreviousMasksNeeded: 1
      Enchantments:
      - life_steal:3
    '4':
      DisplayName: '&dCREEPER Mask IV'
      AmountHeadsNeeded: 39168
      PreviousMasksNeeded: 1
      Enchantments:
      - life_steal:4
    '5':
      DisplayName: '&dCREEPER Mask V'
      AmountHeadsNeeded: 48348
      PreviousMasksNeeded: 1
      Enchantments:
      - life_steal:5
  IRON_GOLEM:
    '1':
      DisplayName: '&dIRON GOLEM Mask I'
      AmountHeadsNeeded: 11520
      PreviousMasksNeeded: 0
      Enchantments:
      - hardened:1
      - extra_hearts:1
    '2':
      DisplayName: '&dIRON GOLEM Mask II'
      AmountHeadsNeeded: 16128
      PreviousMasksNeeded: 1
      Enchantments:
      - hardened:2
      - extra_hearts:2
    '3':
      DisplayName: '&dIRON GOLEM Mask III'
      AmountHeadsNeeded: 29952
      PreviousMasksNeeded: 1
      Enchantments:
      - hardened:3
      - extra_hearts:3
    '4':
      DisplayName: '&dIRON GOLEM Mask IV'
      AmountHeadsNeeded: 39168
      PreviousMasksNeeded: 1
      Enchantments:
      - hardened:4
      - extra_hearts:4
    '5':
      DisplayName: '&dIRON GOLEM Mask V'
      AmountHeadsNeeded: 48348
      PreviousMasksNeeded: 1
      Enchantments:
      - hardened:5
      - extra_hearts:5

```

{% endcode %}


---

# 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/configurations/masks-config-masks.yml.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.
