Configuration Overview
```
# Enable/disable player head drops on player death
player-head-drops-enabled: true
# Enable/disable mob head drops on mob death
mob-head-drops-enabled: false
```
Head Sound Effects
```
head-sound-effects:
enabled: true # Enable the sound system
play-on-place: false # Play sound when head placed on noteblock
particles: true # Show particles when sound plays
messages: false # Send chat messages with sounds
volume: 1.0 # Sound volume (0.1 - 2.0)
pitch: 1.0 # Sound pitch (0.5 - 2.0)
Full config
```
player-validation:
# Validation mode options:
# SERVER_ONLY - Only allow heads for players who have joined this server
# MOJANG_API - Check Mojang API to validate real Minecraft accounts (fastest, no server requirement)
# DISABLED - Allow any player name (no validation)
mode: "MOJANG_API"