Appending text to a div on a website

Discussion in 'Plugin Development' started by Datdenkikniet, Nov 19, 2013.

Thread Status:
Not open for further replies.
  1. So, I am working on a plugin which lets you add the amount of players online, but I can't get the appending to work. By that, I mean I can't get my plugin to write things onto the web page (retrieving things has worked already)
     
  2. Offline

    The_Doctor_123

    So, does the server run a Java application? Can we see some code?
     
  3. nvm, I'll try some stuff first......
     
  4. Offline

    jacklin213

    If you do get it working do you mind sharing, I couldn't do this either
     
  5. Offline

    sgavster

    You probably know this, but incase you don't, this is how you get the amount of online players:
    Code:java
    1. Bukkit.getOnlinePlayers().length;
     
Thread Status:
Not open for further replies.

Share This Page