TrophyHeads
About TrophyHeads
A plugin that causes players (and or mobs) to drop their heads when they die.

Features
- Players can drop their heads when they die based on configuration settings.
- Players can spawn head with the /headspawn command. (Requires permissions.)
- Players can rename heads using a named piece of paper plus a head in a craftbox.
- Mobs optionally drop heads.
- Right click a skull to see who it belonged to.
How to install
- Just drop the jar file in your plugins directory and restart your server.
- Update config.yml as needed.
- Update permissions.
Permissions
trophyheads.spawn - Allow player to run /headspawn command. (Default: op)
trophyheads.give - Allow player to run /headgive command. (Default: op)
trophyheads.drop - Allows players to drop heads. (Default: true)
trophyheads.info - Allows players to sneak punch a skull to see the owner. (Default: true)
trophyheads.reload - Allows players to use /trophyreload command. (Default: op)
Configuration
See config.yml
drop-chance - The percentage chance of player dropping a head. A whole number between 0 and 100.
death-types - A list containing any of the following.
- ALL
- PVP
- CONTACT
- ENTITY_ATTACK
- PROJECTILE
- SUFFOCATION
- FALL
- FIRE
- FIRE_TICK
- MELTING
- LAVA
- DROWNING
- BLOCK_EXPLOSION
- ENTITY_EXPLOSION
- VOID
- LIGHTNING
- SUICIDE
- STARVATION
- POISON
- MAGIC
- WITHER
- FALLING_BLOCK
- THORNS
- CUSTOM
player-skin - Set to true or false. If true then a placed head will display the correct skin.
Commands
Spawn a player head.
/headspawn ([player]) ([count])
Aliases: /head
/headgive [player] [skull name] ([count])
Aliases: /headg
Reload configuration
/trophyreload
Aliases: /threload, /thr
Addons
Development
Known Issues
- Placing the head causes it to lose part of its meta data.

-
View User Profile
-
Send Message
Posted May 30, 2019how do I disable animals heads drop?
-
View User Profile
-
Send Message
Posted Oct 1, 2016Seems like a good plugin
Only problem is whenever I break a head, it turns into a regular Skeleton Skull :/
-
View User Profile
-
Send Message
Posted Jun 27, 2016@cnaude
I'm aware of this, I was used to sneak+left click on it :I I'd stick with the version I use actually than the updated one I'm quite too used with this feature xD
Until then, I'll wont update to the latest release, without this feature (Always used to shift + left click on heads) than right clicking on them... sorry
EDIT: I've forked your plugin then myself (I know its bad) had to decompile the current version I have on my server and using that part of code in your current releases and I got it to work :)
-
View User Profile
-
Send Message
Posted Jun 27, 2016@TNTUP
To get info on a head use right click instead.
-
View User Profile
-
Send Message
Posted Jun 27, 2016sneak-punch-info: true sneak-punch-no-break: true
are missing thus no work with the latest release :I Why it got removed?
-
View User Profile
-
Send Message
Posted Jun 25, 2016All of the heads on my server are displaying the Alex and Steve skins instead of any of the players or mobs. I've tried changing the "player-skin" and "rename-enabled" settings to every combination of true and false and nothing works. I haven't changed any of the skin names in the config. I'm running MC 1.9.4 and TrophyHeads 1.12.7-46.
-
View User Profile
-
Send Message
Posted Jun 16, 2016Nevermind. However, when breaking a head, it drops as an unknown head. Also, sometimes, heads of the same type do not stack.
-
View User Profile
-
Send Message
Posted May 11, 2016Running 1.8. Set player drop rate to 100, and players still do not drop heads.
-
View User Profile
-
Send Message
Posted May 3, 2016@ZeroThinking
That's an interesting drop rate. I'm going to have to do some random number testing in java and see whats going on. My calculations are pretty simple. Even with a 4% drop rate you can technically drop 30 heads. It's all probability.
-
View User Profile
-
Send Message
Posted May 3, 2016Hey there cnaude.
It seems as though the drop rates are not what I have set them to in the config, I'm guessing that drop value of 100 means %100 drop chance, 1 would be %1. Most of the passive mobs I set to 4, but in-game the chance is a lot more than %4, i killed 30 cows and got 4 heads on my first test. Am I using the drop values incorrectly, if not then I think the drop chances could do with a touch up in the next update.
Other than this I think you have done a really awesome job with this plugin :D
-
View User Profile
-
Send Message
Posted Apr 21, 2016Is this perm for the victim or the killer? trophyheads.drop
I would like to have two separat permissions, one for killing players so that it drops heads and one that specifies if the player can drop their head.
Like these from playerheads: playerheads.canbeheadmob playerheads.canlosehead playerheads.canbehead
-
View User Profile
-
Send Message
Posted Apr 19, 2016Please implement all features that playerheads has so we have a supported head drop plugin: http://dev.bukkit.org/bukkit-plugins/player-heads/
Most importantly we need a drop rate, the chance of a head drop per mob.
-
View User Profile
-
Send Message
Posted Mar 10, 2016Works perfectly! Thank you so much :)
-
View User Profile
-
Send Message
Posted Mar 9, 2016@cnaude I sent you a PM :)
-
View User Profile
-
Send Message
Posted Mar 8, 2016@ZoefyC
Try https://h.cnaude.org/jenkins/job/TrophyHeads/26/
-
View User Profile
-
Send Message
Posted Mar 8, 2016@MCstustu
The skins are not saved anywhere. The minecraft client will grab the skin from the mojang servers based on whatever the head is named. It is entirely possible for different clients to see different skins depending on how things are cached.
-
View User Profile
-
Send Message
Posted Mar 8, 2016How are the heads skin 'saved'? I can't see anything server side, so I am guessing its stored at the client side? Is this permanently saved or refreshed after a while?
I am asking as we have a situation where some players are seeing different skins for the same player head or seeing a player head drop an old skin.
-
View User Profile
-
Send Message
Posted Mar 8, 2016@ZoefyC
I will add the elder guardians.
-
View User Profile
-
Send Message
Posted Mar 7, 2016This plugin is totally awesome! I love the fact that you can change the skulls for every mob type :) One question though, is it possible to add a skull to elder guardians? They seem to drop the same skull as guardians so far.
-
View User Profile
-
Send Message
Posted Mar 4, 2016Is ender_dragon head fine if I set it to default since 1.9? On the console it says no enum for Enderdragon, but I've looked up on javadocs and its Ender_dragon, but I haven' tried killing one
Btw best plugin ever