Started by
EditName
on
Topic category: Help with MCreator software
How do I go at adding custom player heads? One that can be worn and placed in inventory?
Topic category: Help with MCreator software
How do I go at adding custom player heads? One that can be worn and placed in inventory?
No one has any ideas?
To get a player head in the inventory you need to use the "execute command / () in name of ()" block.
Then set in the first box "give @s player_head{SkullOwner:set the player name here}.
Don't forget the capital's!
You can also change the @s for @p nearest entity and @r random player @a all players @e all entitys and just a playername.
To get a player head in the inventory you need to use the "execute command / () in name of ()" block.
Then set in the first box "give @s player_head{SkullOwner:set the player name here}.
Don't forget the capital's!
You can also change the @s for @p nearest player and @r random player @a all players @e all entitys and just a playername
*@p = nearest player
Thanks a lot OrangeAedan