MC ToolboxMC TOOLBOX

Minecraft Player Heads

Player Heads Generator

Generate Minecraft player head commands from a username or custom texture value, copy vanilla mob head commands, or build a Bedrock .mcaddon with custom head-style item icons from uploaded skins.

Three useful outputs: a modern Java command, a legacy Java command, and quick vanilla mob head commands for common decoration work.

Java 1.20.5+ component command

Use this for modern Java versions that support item components.

/give @p minecraft:player_head[minecraft:profile={name:"Steve"},minecraft:custom_name='{"text":"Custom Player Head","italic":false}'] 1

Java 1.13 - 1.20.4 legacy NBT command

Use this on older servers that still expect classic NBT item data.

/give @p minecraft:player_head{SkullOwner:"Steve",display:{Name:'{"text":"Custom Player Head","italic":false}'}} 1

Java 1.8 - 1.12 skull command

Older Minecraft versions used minecraft:skull with damage value 3.

/give @p minecraft:skull 1 3 {SkullOwner:"Steve",display:{Name:'{"text":"Custom Player Head","italic":false}'}}

Bedrock Add-on Builder

Build a Custom Player Heads .mcaddon

Create a Bedrock Resource Pack + Behavior Pack with custom head items. Upload skin PNGs or square head icons, then download one `.mcaddon` file to import into Minecraft Bedrock.

Add heads, then build a local .mcaddon. No skin files are uploaded to MC Toolbox.

Vanilla mob heads

Quick commands for mob heads that already exist as vanilla items.

Creeper Head

Classic mob trophy and decoration.

/give @p minecraft:creeper_head 1

Zombie Head

Useful for spooky builds and armor stands.

/give @p minecraft:zombie_head 1

Skeleton Skull

Good for dungeons, ruins, and warning signs.

/give @p minecraft:skeleton_skull 1

Wither Skeleton Skull

Nether themed head and beacon material.

/give @p minecraft:wither_skeleton_skull 1

Dragon Head

End ship trophy and large display head.

/give @p minecraft:dragon_head 1

Piglin Head

Nether decoration introduced for newer versions.

/give @p minecraft:piglin_head 1

Player Head Guide

Minecraft Player Heads, Custom Heads, and Mob Heads

Player heads are one of the easiest ways to add detail to Minecraft builds. A head can become a statue face, a shop sign, a tiny decoration, a trophy, a rank reward, or a themed block in an adventure map. The important part is choosing the right command format for your Minecraft version.

For a normal Minecraft player head, enter a username and copy the command. For a custom player head, paste a texture value from a head database or your own skin texture data. The generator keeps both modern component commands and older NBT commands visible so server owners can test the format that matches their setup.

Use a username for profile heads

Choose username mode when you want the head to follow a Minecraft account skin. This is useful for staff statues, player trophies, lobby signs, and server displays where the account identity matters.

Use a texture value for fixed custom heads

Choose texture mode when the decoration should stay the same forever. Texture values are common for small blocks, food props, furniture details, crates, icons, and map decorations.

Use the Bedrock builder for item-style heads

Bedrock does not accept Java player head NBT. Upload a skin PNG or square icon, export the .mcaddon, import it into Minecraft Bedrock, and test the custom items in a copy of your world.

How to use it

Java Commands and Bedrock Add-ons Use Different Rules

On Java Edition, player heads are usually created with /give. Newer versions use item components, while older servers still expect NBT. That is why the generator keeps three command styles visible instead of hiding legacy syntax behind a version selector.

On Bedrock Edition, the same Java head command does not exist. The practical route is a small add-on: one resource pack for the icons and one behavior pack for the custom items. The builder packages both into a single .mcaddon so you can import and test without hand-writing manifests.

Bedrock install checklist

  1. 1Download the .mcaddon from the Bedrock builder.
  2. 2Open the file on the device where Minecraft Bedrock is installed.
  3. 3Let Minecraft import both the resource pack and behavior pack.
  4. 4Create or edit a world, then enable both packs before testing the custom head items.

Troubleshooting

Common Player Head Problems

Command is red or invalid

Check the Minecraft version first. A 1.20.5+ component command will not work on older NBT-based servers.

The head preview does not load

The preview service can fail or block a texture, but the generated command can still be copied and tested in game.

Bedrock pack imports but looks empty

Confirm both the resource pack and behavior pack are enabled in the world, then check the creative item menu.

Player Heads FAQ

How do Minecraft player heads work?

A player head stores a Minecraft profile. For normal username heads, the game resolves the player profile and uses that skin. For custom heads, the command can include a texture value that points to a specific skin texture.

Can I make custom player heads in Bedrock Edition?

Java player head commands do not work directly in Bedrock. This page includes a Bedrock add-on builder that exports custom head-style item icons inside a .mcaddon, so you can import the pack and test the heads in a Bedrock world.

Why are there modern and legacy commands?

Java 1.20.5 and newer use item components, while older Java versions use classic NBT item data. Choose the command format that matches your server or single-player version.

Do player head commands require cheats?

Yes. You usually need operator permissions, command blocks, or cheats enabled to run /give commands.

Are my uploaded Bedrock head images sent to a server?

No. The Bedrock add-on builder runs in your browser and packages the images locally. Username previews may be requested from the external head preview service, but uploaded files are not sent to MC Toolbox.

Can the Bedrock pack automatically add trader trades or death drops?

The current builder exports custom head items and includes trader/drop balancing notes in the pack README. Bedrock behavior injection should be tested carefully per version before publishing a pack.

Guide des Têtes de Joueur Minecraft

Les têtes de joueur sont l'un des moyens les plus simples d'ajouter du détail aux constructions Minecraft. Une tête peut devenir un visage de statue, un panneau de boutique, une petite décoration, un trophée, une récompense de rang ou un bloc thématique dans une carte d'aventure. L'important est de choisir le format de commande adapté à votre version de Minecraft.

Pour une tête de joueur normale de Minecraft, entrez un nom d'utilisateur et copiez la commande. Pour une tête de joueur personnalisée, collez une valeur de texture provenant d'une base de données de têtes ou de vos propres données de texture de skin. Le générateur garde visibles à la fois les commandes modernes à composants et les anciennes commandes NBT afin que les propriétaires de serveurs puissent tester le format correspondant à leur configuration.

Questions Fréquentes

Comment fonctionnent les têtes de joueur Minecraft ?

Une tête de joueur stocke un profil Minecraft. Pour les têtes normales de nom d'utilisateur, le jeu résout le profil du joueur et utilise ce skin. Pour les têtes personnalisées, la commande peut inclure une valeur de texture qui pointe vers une texture de skin spécifique.

Puis-je fabriquer des têtes de joueur personnalisées dans Bedrock Edition ?

Les commandes de tête de joueur Java ne fonctionnent pas directement dans Bedrock. Cette page inclut un constructeur d'add-on Bedrock qui exporte des icônes d'objets de type tête personnalisée dans un .mcaddon, afin que vous puissiez importer le pack et tester les têtes dans un monde Bedrock.

Pourquoi y a-t-il des commandes modernes et héritées ?

Java 1.20.5 et versions ultérieures utilisent des composants d'objet, tandis que les anciennes versions Java utilisent des données d'objet NBT classiques. Choisissez le format de commande qui correspond à votre serveur ou à votre version solo.

Les commandes de tête de joueur nécessitent-elles des cheats ?

Oui. Vous avez généralement besoin de permissions d'opérateur, de blocs de commande ou de cheats activés pour exécuter les commandes /give.