Skip to content
Nathan Wolf edited this page Apr 26, 2016 · 3 revisions

Custom Player Skulls

Taking a skull from a webpage like this: http://minecraft-heads.com/database/tags/treasure?start=1%5C= or this http://heads.freshcoal.com/maincollectionlist.php

Fresh Coal

If you copy the command from that website, it should look like this:

/give @p skull 1 3 {display:{Name:"Crown"},SkullOwner:{Id:"268cc796-50d5-63ff-7629-69d832b16ae7",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDU1ODdkYTdmZTczMzZlOGFiOWY3OTFlYTVlMmNmYzhhODI3Y2E5NTk1NjdlYjlkNTNhNjQ3YmFiZjk0OGQ1In19fQ=="}]}}}

Paste this in your text editor of choice (TextEdit/Notepad/Emacs/etc):

TextEdit

What you must do is highlight and copy the encoded string inside of the "Value" tag- in this case, it'd be like

eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDU1ODdkYTdmZTczMzZlOGFiOWY3OTFlYTVlMmNmYzhhODI3Y2E5NTk1NjdlYjlkNTNhNjQ3YmFiZjk0OGQ1In19fQ==

Paste that string of random characters into a written book. In most cases it should be short enough to fit on one page (if it does not, this won't work!)

In Book

Optionally, you can put name/lore on the second page of the book:

Name/Lore

With the book in hand, use the command "/mitem skull" and the book will transform into the desired player skull.

Command Success Skull Item

Clone this wiki locally