[Tutorial] How to get player's or mob's skulls in Minecraft Single Player. (Without Mods) [1.7]

NinjaPixel

Active Member
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:
Code:
/give @p 397 <amount> 3 {SkullOwner:"<player>"}
Here's for example, a command to you get 32 Hypixel's Heads:
Code:
/give @p 397 32 3 {SkullOwner:"hypixel"}
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:
Code:
give @p 397 10 3 {SkullOwner:"MHF_Enderman"}
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! :)
Captura de Tela 2014-07-26 às 23.44.30.png


~Ninja
 

Blue0Craft

Member
Joined
Aug 27, 2015
Messages
1
Reaction score
0
im confused i type it in am i doing it wrong i need the what you would really type for food heads:(
 

ChargeEquity

Active Member
Joined
Mar 2, 2014
Messages
92
Reaction score
20
im confused i type it in am i doing it wrong i need the what you would really type for food heads:(
You need to be in 1.7 to do this, in 1.8+ you need to replace 397 with skull

NinjaPixel are you serious? You can find this on the minecraft wiki so this is a bit useless...just saying...
 
Joined
Jul 5, 2015
Messages
2,710
Reaction score
922
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:
Code:
/give @p 397 <amount> 3 {SkullOwner:"<player>"}
Here's for example, a command to you get 32 Hypixel's Heads:
Code:
/give @p 397 32 3 {SkullOwner:"hypixel"}
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:
Code:
give @p 397 10 3 {SkullOwner:"MHF_Enderman"}
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! :)
View attachment 71902

~Ninja
nice! Another one that works is /give @p skull 1 3 {SkullOwner:"Player name"}

But yours works too.
 
Joined
Jul 5, 2015
Messages
2,710
Reaction score
922
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:
Code:
/give @p 397 <amount> 3 {SkullOwner:"<player>"}
Here's for example, a command to you get 32 Hypixel's Heads:
Code:
/give @p 397 32 3 {SkullOwner:"hypixel"}
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:
Code:
give @p 397 10 3 {SkullOwner:"MHF_Enderman"}
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! :)
View attachment 71902

~Ninja
or /give @p 1 3 {SkullOwner:hypixel}

that also works, that's the one I usually use ;)
 
Top