# Choose how to display the message: "title", "subtitle", "chat"
 message-type: "subtitle"
 
 # Send notification on Discord when player's head dropped
 discord-notifications: false
 discord-webhook: "
https://discord.com/api/webhooks/TOKEN"
 
 # Content of the message
 death-message: "§c{player} was beheaded!"
 
 # Sound to be played when player's head falls
 death-sound: "ENTITY_ZOMBIE_BREAK_WOODEN_DOOR"
 
 # Block distance that sound and message will reach
 radius: 15
 
 # Custom name of player head
 head-name: "{player}'s Head"
 head-lore:
 - ""
 - "§eKilled by §4§l{killer}."
 
 
 death-effects:
 enabled: true
 type: "LIGHTNING" # LIGHTNING, EXPLOSION, BOTH
 
 # Chance to drop heads
 drop-chance: 20
 
 
 
 #Author lerizan