geforkt von SteamWar/BungeeCore
Hotfix TablistReadability by Bold names on same Server
Dieser Commit ist enthalten in:
Ursprung
67b1fda7f4
Commit
ab574448b2
@ -207,7 +207,7 @@ public class TablistManager extends BasicListener {
|
|||||||
else if (p.hasPermission("bungeecore.group.youtuber")) st.append("§5");
|
else if (p.hasPermission("bungeecore.group.youtuber")) st.append("§5");
|
||||||
else st.append("§7");
|
else st.append("§7");
|
||||||
|
|
||||||
if (sameServer) st.append("§l");
|
if (sameServer) st.append("§o");
|
||||||
return st.append(p.getName()).toString();
|
return st.append(p.getName()).toString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren