I want to get the current amount of players on the server then get all of the players that can be on the server. Code:java obj.setDisplayName("§bOzarNetwork §7(" + p.getServer().getOnlinePlayers().length + "/" + p.getServer().getMaxPlayers() + ")"); This is how far I have gotten.