Scoreboard Help

Discussion in 'Plugin Development' started by Jbitters3, Mar 26, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Jbitters3

    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
    1. obj.setDisplayName("§bOzarNetwork §7(" + p.getServer().getOnlinePlayers().length + "/" + p.getServer().getMaxPlayers() + ")");

    This is how far I have gotten.
     
  2. Offline

    Jbitters3

  3. Jbitters3
    Bukkit.getOnlinePlayers() & Bukkit.getMaxPlayers() ...
     
Thread Status:
Not open for further replies.

Share This Page