Page 1 of 1

Do player skulls update?

Posted: Sun Nov 15, 2015 12:12 pm
by MindlessInsanity
Before I start, yes I've looked at the gamepedia page for skulls, I've tried looking elsewhere, but no one has clarified. I am making a collection of player skulls of minerealm players on my singleplayer world. And I'm wondering if they auto update if someone changes their skin while im playing and connected to the internet. Also if they revert to steve heads if someone changes their name and the old IGN goes unused for 30 days. Does anyone know?

Re: Do player skulls update?

Posted: Sun Nov 15, 2015 1:41 pm
by Grelman
MindlessInsanity wrote:I am making a collection of player skulls of minerealm players.
Jeff finally admits to being a serial killer!

Re: Do player skulls update?

Posted: Sun Nov 15, 2015 4:38 pm
by ColdF3ar
Grelman wrote:
MindlessInsanity wrote:I am making a collection of player skulls of minerealm players.
Jeff finally admits to being a serial killer!
I see this with all of Minerealm's playerbase

Image

Re: Do player skulls update?

Posted: Sun Nov 15, 2015 4:46 pm
by MindlessInsanity
ColdF3ar wrote:
Grelman wrote:
MindlessInsanity wrote:I am making a collection of player skulls of minerealm players.
Jeff finally admits to being a serial killer!
I see this with all of Minerealm's playerbase

Image
Holy crap, why aren't they labeled? |:P

Re: Do player skulls update?

Posted: Sun Nov 15, 2015 9:16 pm
by dlgn
ColdF3ar wrote:
Grelman wrote:
MindlessInsanity wrote:I am making a collection of player skulls of minerealm players.
Jeff finally admits to being a serial killer!
I see this with all of Minerealm's playerbase

Image
So, uh, are you going to eat those?

Re: Do player skulls update?

Posted: Mon Nov 16, 2015 12:49 am
by Nephalem
For singleplayer with cheats on, you can give yourself custom player heads based on player name, or UUID (UUID stays the same even if the player changes IGN). An example of spawning in a player head with UUID is:
Code: Select all
/give @p skull 1 3 {
display:{Name:"Name of your choice"},
SkullOwner:{Id:"adc3ea73-5b42-4fea-a237-4a72b52dd72b",
Properties{textures[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzBiOGI1ODg5ZWUxYzYzODhkYzZjMmM1ZGJkNzBiNjk4NGFlZmU1NDMxOWEwOTVlNjRkYjc2MzgwOTdiODIxIn19fQ=="}]}}}
Please also note that there are various was to get a players UUID and that it is much easier to use the "skullOwner" datatag, however, if players change IGN, "POOF" Steve emerges.

Re: Do player skulls update?

Posted: Mon Nov 16, 2015 4:49 pm
by MindlessInsanity
Thanks Nephalem.