diff --git a/LandLord-core/src/main/java/biz/princeps/landlord/util/Skulls.java b/LandLord-core/src/main/java/biz/princeps/landlord/util/Skulls.java index 1d079ce4..aa1b1f60 100644 --- a/LandLord-core/src/main/java/biz/princeps/landlord/util/Skulls.java +++ b/LandLord-core/src/main/java/biz/princeps/landlord/util/Skulls.java @@ -92,7 +92,7 @@ public ItemStack getSkull(ILandLord plugin) { return head; SkullMeta headMeta = (SkullMeta) head.getItemMeta(); - GameProfile profile = new GameProfile(uuid, uuid.toString()); + GameProfile profile = new GameProfile(uuid, uuid.toString().substring(0, 16)); profile.getProperties().put("textures", new Property("textures", texture));