We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcb368a + 67fdf01 commit 3054450Copy full SHA for 3054450
src/main/java/com/cryptomorin/xseries/SkullUtils.java
@@ -139,7 +139,7 @@ public static ItemStack getSkull(@Nonnull UUID id) {
139
SkullMeta meta = (SkullMeta) head.getItemMeta();
140
141
if (SUPPORTS_UUID) meta.setOwningPlayer(Bukkit.getOfflinePlayer(id));
142
- else meta.setOwner(id.toString());
+ else meta.setOwner(Bukkit.getOfflinePlayer(id).getName());
143
144
head.setItemMeta(meta);
145
return head;
0 commit comments