Players will drop their head when killed by another player.
The heads are stackable up to 64
To give yourself your own head:
/trigger give_own_head
To give yourself any head:
Get a book and quill and write only the name in it
While holding the book and quill run:
/trigger give_head
To change if players are able to give themself their own head:
/scoreboard players set &give_own_head config.player_drops_head value
value = 0 = disabled value = 1 = enabled --> default
To change if players are able to give themself any head:
/scoreboard players set &give_head config.player_drops_head value
value = 0 = disabled --> default value = 1 = enabled
To fix the bug where the name of a head changes after being placed and picked up again:
You can istall -> Keep Head Names Mod
This bug will be fixed in 1.20.5
Datapack created by Jodek published on modrinth: https://modrinth.com/user/Jodek
Questions or issues? -> discord server | or create an issue on github