BanG Dream! It's MyHead!!!
🎯 Adds FPS-style headshot mechanics to Minecraft!
This mod rewards accurate shooting by dealing extra damage when projectiles hit an entity's head. Perfect for PvP battles, mini-games, and realistic combat situations!
🔥 Key Features
Headshot Detection
Projectiles hitting the area above an entity's eye level trigger bonus damage (configurable multiplier).
Customizable Effects
Sound Feedback: Plays a satisfying "ding" sound (ARROW_HIT_PLAYER) on headshots.
Player Notification: The shooter receives action bar alerts for successful headshots.
Smart Blacklists
Excludes specific entities (e.g., bosses, pets) or projectiles (e.g., ender pearls) from headshot mechanics.
Server-Side & Balanced
Runs exclusively on the server side — no client installation required!
Default damage multiplier: 2× (adjustable).
⚙️ Configuration
# Headshot damage multiplier (default: 2.0)
HeadshotDamageMultiplier = 2.0
# Play sound on headshot? (default: true)
PlayDingSoundOnHeadshot = true
# Notify shooter in action bar? (default: false)
NotifyShooterOnActionBar = false
# Entity blacklist (e.g., ["minecraft:wither"])
EntitiesThatWillNeverBeHeadshot = []
# Projectile blacklist (e.g., ["minecraft:snowball"])
ProjectilesThatWillNeverCauseHeadshot = []