A simple plugin to obtain player heads on death.
- Native Minecraft Version:
- 1.13
- Tested Minecraft Versions:
- 1.13
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.com/dwesolowski/BasicHeads
- Donation Link:
- https://www.paypal.com/paypalme/darenrw
No commands needed.
A config option to enable and set the drop rate and define a percentage chance for player heads to drop.
Config.yml:
Permissions: basicheads.dropsCode (YAML):# BasicHeads config.yml
# Use random dropRates defined below
useRandom: false
# Rate must be between 0.1 and 1.00 - 'ex. 0.5 = 50% chance'
dropRate: 0.5
# Messages
# Comment or leave blank to disable a message
# displayed can contain standard Minecraft color codes and the Placeholders {VICTIM} and {KILLER} may be used
Messages:
LostYourHead: "&f{KILLER} &chas stolen your head!"
ObtainHead: "&eYou have obtained &f{VICTIM}'s &ehead!"
ObtainHeadByChance: "&eYou got lucky and obtained &f{VICTIM}'s &ehead!"
You will need to add the above permission.
Mob heads are not supported!
Upgrading:
When upgrading from a previous version you will need to remove the old configuration.
Discord
Join us on Discord: https://discord.gg/WPKdn6q
Bugs and suggestions:
Please don't post bugs or suggestions in the review section, but please open an issue on GitHub.

BasicHeads 1.3
Obtain Player Heads
Recent Updates
- 1.3 Update Mar 27, 2021
- 1.2 Update Mar 16, 2021
- 1.1 Update Mar 6, 2021