- Joined
- Jul 24, 2014
- Messages
- 16
- Reaction score
- 39
Hello,
Today I'll be teaching you how to get player's skulls in Minecraft Single Player without mods or the bukkit plugin. It's not so complex as the other tutorial I made. You use the famous /give command. You can only use this command with the command block, you can't do it in the normal chat. So, let's get started. How to get a player's head:
Here's for example, a command to you get 32 Hypixel's Heads:
You need to code the same as I coded there, you can delete the "hypixel" and write your name or any other, to receive the player's head. If you receive a steve head, it means that you writed the player's name incorrect or the player name doesn't exists.
Now, how to you get a mob head. Some mobs can be find in your inventory, but some others not.
Here I'll show you the command to get 10 Enderman heads that can't be find in your inventory:
To you get a mob's head, it's just code "MHF", then a "_", and insert the mob's name. If you do MHF_dirt it will come a dirt block in form of a head, MHF_apple it will come a apple in a form of a head, if you do MHF_chest, and much more. Enjoy the commands! 
~Ninja
Today I'll be teaching you how to get player's skulls in Minecraft Single Player without mods or the bukkit plugin. It's not so complex as the other tutorial I made. You use the famous /give command. You can only use this command with the command block, you can't do it in the normal chat. So, let's get started. How to get a player's head:
Code:
/give @p 397 <amount> 3 {SkullOwner:"<player>"}
Code:
/give @p 397 32 3 {SkullOwner:"hypixel"}
Now, how to you get a mob head. Some mobs can be find in your inventory, but some others not.
Here I'll show you the command to get 10 Enderman heads that can't be find in your inventory:
Code:
give @p 397 10 3 {SkullOwner:"MHF_Enderman"}
~Ninja