Open ghost opened 9 years ago
DarkBot should have the ability to retrieve scoreboard teams
Minecraft source example:
public String getTeam(GuiPlayerInfo playerInfo) { ScorePlayerTeam playerTeam = getWorld().getScoreboard().getPlayersTeam(playerInfo.name); return ScorePlayerTeam.formatPlayerName(playerTeam, playerInfo.name); }
DarkBot should have the ability to retrieve scoreboard teams
Minecraft source example: