auto commit

This commit is contained in:
destro174
2021-07-27 18:46:58 +02:00
parent 04ac327365
commit 0891e252f9
25 changed files with 362 additions and 70 deletions
@@ -72,7 +72,7 @@ public class Utility {
prefix.append(user.getCachedData().getMetaData().getPrefix());
}
return LegacyComponentSerializer.builder().character('&').hexColors().build().deserialize(prefix.toString());
return applyColor(prefix.toString());
}
public static Component getStaffPrefix(UUID uuid) {
@@ -85,7 +85,7 @@ public class Utility {
if(group != null)
prefix.append(group.getCachedData().getMetaData().getPrefix());
}
return LegacyComponentSerializer.builder().character('&').hexColors().build().deserialize(prefix.toString());
return applyColor(prefix.toString());
}
public static String getDisplayName(UUID uuid) {