Solved Motd help

Discussion in 'Bukkit Help' started by Nathan674329, Jul 27, 2016.

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

    Nathan674329

    [​IMG]
    https://gyazo.com/87969d321e21f4c7225a22fca81c3566




    As you can tell from the picture, when players join i want to display the amount of players, then admins then members.
    I have searched all over the web and can't find for code to list online players, admins or members.

    If you know the code for me to place to display the online players please tell me. Thanks!
     
  2. @Nathan674329
    If you mean Java code, as in plugin-writing, then you can do
    Code:java
    1. Bukkit.getOnlinePlayers()

    And the member admin stuff would depend on what these are.

    If you don't mean Java code, can you please explain a bit further what exactly you mean?
     
  3. Offline

    Nathan674329

    No i use essentials
     
  4. Offline

    Nathan674329

Thread Status:
Not open for further replies.

Share This Page