geforkt von SteamWar/BungeeCore
Hotfix TablistReadability by Bold names on same Server
Dieser Commit ist enthalten in:
Ursprung
e3b349bfa0
Commit
f31c9d4b09
@ -205,9 +205,11 @@ public class TablistManager extends BasicListener {
|
||||
else if (p.hasPermission("bungeecore.group.supporter")) st.append("§1");
|
||||
else if (p.hasPermission("bungeecore.group.builder")) st.append("§2");
|
||||
else if (p.hasPermission("bungeecore.group.youtuber")) st.append("§5");
|
||||
else st.append("§7");
|
||||
//else st.append("§7");
|
||||
else if (sameServer) st.append("§f");
|
||||
else st.append("§8");
|
||||
|
||||
if (!sameServer) st.append("§o");
|
||||
// if (!sameServer) st.append("§o");
|
||||
return st.append(p.getName()).toString();
|
||||
}
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren