/
# Where the head should appear:
# - GROUND: Drops items on the ground where the player died.
# - INVENTORY: Added directly to the player's inventory (see inventory-target).
spawn-location: GROUND
# If spawn-location is INVENTORY, who should receive the head?
# Options: VICTIM, KILLER, BOTH
# Default: VICTIM (to match original behavior)
inventory-target: BOTH
# If true, heads will ONLY drop if the player was killed by another player (PvP).
# If false, heads can drop from any death cause (PvE, ✨, etc).
victim-only: false
# Prevent players from placing the head on the ground?
# This prevents the lore (Killer, Date) from being lost.
# Default: true
prevent-head-placement: true
head-received-message: "&aYou have retrieved %player%'s head!"
head-received-killer-message: "&aYou executed %player% and took their head!"
Нет описания изменений
Fixed the none working /headplugin reload and added /headplugin status