geforkt von Mirrors/HeadDB
idk how this went null
Dieser Commit ist enthalten in:
Ursprung
cfd2ed9368
Commit
09a5441bff
@ -39,7 +39,7 @@ public class Head {
|
|||||||
SkullMeta meta = (SkullMeta) item.getItemMeta();
|
SkullMeta meta = (SkullMeta) item.getItemMeta();
|
||||||
meta.setDisplayName(Utils.colorize(category != null ? category.getColor() + name : "&8" + name));
|
meta.setDisplayName(Utils.colorize(category != null ? category.getColor() + name : "&8" + name));
|
||||||
// set skull owner
|
// set skull owner
|
||||||
GameProfile profile = new GameProfile(uuid, null);
|
GameProfile profile = new GameProfile(uuid, name);
|
||||||
profile.getProperties().put("textures", new Property("textures", value));
|
profile.getProperties().put("textures", new Property("textures", value));
|
||||||
Field profileField;
|
Field profileField;
|
||||||
try {
|
try {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren