staff mode
This commit is contained in:
parent
d8ae035f84
commit
f5384a1382
@ -84,7 +84,7 @@ public class ClansPlayerScoreboard extends PlayerScoreboard
|
|||||||
{
|
{
|
||||||
team = scoreboard.registerNewTeam(teamName);
|
team = scoreboard.registerNewTeam(teamName);
|
||||||
team.setPrefix(UtilText.trim(16, _clansManager.getClientManager().Get(otherPlayer).GetRank().getTag(true, true) + ChatColor.RESET + " "));
|
team.setPrefix(UtilText.trim(16, _clansManager.getClientManager().Get(otherPlayer).GetRank().getTag(true, true) + ChatColor.RESET + " "));
|
||||||
team.setSuffix(C.cRed + " CREATIVE");
|
team.setSuffix(C.cRed + " STAFF MODE");
|
||||||
}
|
}
|
||||||
|
|
||||||
Objective domObjective;
|
Objective domObjective;
|
||||||
|
Loading…
Reference in New Issue
Block a user