Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published 4 days ago
💀 PlayerHeadDrops
When a player dies, their head drops — complete with their skin. Simple, lightweight, and highly configurable.
✨ Features
- 🎭 Skin-accurate heads — Uses embedded texture data so the skin is preserved even after server restarts
- 🎲 Configurable drop chance — From 0% to 100%, or anything in between
- 🔒 One-time drop mode — A player's head can only drop once, ever. Data persists across restarts
- ⚔️ PvP-only mode — Heads drop only when a player is killed by another player
- 🎒 Drop to inventory — Send the head directly to the killer's inventory instead of the ground
- 📢 Server-wide announcements — Broadcast a custom message when a head drops (supports color codes)
- 🖊️ Fully customizable head name — Change format, color, and italic style from the config
⚙️ Configuration
drop-chance: 1.0
one-time-drop: false
only-pvp: false
drop-to-inventory: false
announce-drop: false
announce-message: "&e☠ %player%'s head has dropped!"
head:
name-format: "%player%'s Head"
name-color: yellow
name-italic: false
📋 Compatibility
| Server software | Paper 26.1+ |
|---|---|
| Minecraft version | 26.1.x (Tiny Takeover) |
| Java | 25+ |
🚀 Installation
- Download the latest
.jarfrom the files tab - Place it in your server's
plugins/folder - Restart the server
- Edit
plugins/PlayerHeadDrops/config.ymlto your liking - Restart again to apply changes
📁 Generated Files
plugins/PlayerHeadDrops/
├── config.yml
└── data/
└── dropped_heads.yml
Made with ❤️ by Kasperoid ARR


