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 a34f1fe + 3054450 commit ab694e0Copy full SHA for ab694e0
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