BanG Dream! It's MyHead!!!
🎯 Bring FPS-style headshot mechanics to Minecraft!
This mod rewards skilled aim by dealing bonus damage when projectiles strike an entity's head. Perfect for PvP, minigames, or immersive combat!
🔥 Features
Headshot Detection
Projectiles hitting above an entity's eye level trigger bonus damage (configurable multiplier).
Customizable Effects
Sound Feedback: Play a satisfying "ding" sound (ARROW_HIT_PLAYER) on headshots.
Player Notification: Shooter receives action-bar alerts for successful headshots.
Smart Blacklists
Exclude specific entities (e.g., bosses, pets) or projectiles (e.g., ender pearls) from headshot mechanics.
Server-Side & Balanced
Runs purely server-side—no client install required!
Default 2× damage multiplier (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 = []