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.
1 parent 61a4335 commit 039bfc9Copy full SHA for 039bfc9
packages/schemas/src/player/util.ts
@@ -22,6 +22,7 @@ export const rankMap: Record<string, (color: string) => string> = {
22
"GM": () => "§2[GM]",
23
"ADMIN": () => "§c[ADMIN]",
24
"OWNER": () => "§c[OWNER]",
25
+ "STAFF": () => "§c[§6ዞ§c]",
26
"MOJANG": () => "§6[MOJANG]",
27
"EVENTS": () => "§6[EVENTS]",
28
"DEFAULT": () => "§7",
@@ -90,6 +91,7 @@ export class PlayerUtil {
90
91
92
public static getRankColor(rank: string): Color {
93
switch (rank) {
94
+ case "STAFF":
95
case "YOUTUBE":
96
case "ADMIN":
97
case "OWNER":
0 commit comments