List online players as an int?

Discussion in 'Plugin Development' started by Razorcane, Oct 14, 2011.

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

    Razorcane

    I'm wanting to show in my login/logout messages the number of players that are currently online, but not their names. I know there is getOnlinePlayers() for the Server class, but it returns a string. How do I output online users as an integer?

    Nevermind, I'm a dunce. Solved it with Bukkit.getOnlinePlayers().length.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
Thread Status:
Not open for further replies.

Share This Page