A player list HTML thing?

Discussion in 'Bukkit Tools' started by PhoenixDoom, Feb 1, 2014.

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

    PhoenixDoom

    I'm working on my network server, And the small amount of donators who get early access have been asking me about the website (because it's a network server)
    They've been saying they want a page that lists the online players and refreshes every 30-60 seconds. Then, A mobile version of the player list thing.
    like this: http://gyazo.com/7dfa09896f3aef82d7e7c1f28f3c5efd
    The orange is a donator, red is admin, blue is donator, green is donator, black is non-donator.
     
  2. Offline

    Adriani6

    That's fairly simple.
    It's nice that you're telling us what your donors are asking for. It would also benefit the thread overall if you told us what you would like. ;)
     
  3. Offline

    PhoenixDoom

    Sarcasm or...?
    I checked the source on that site, I was just clueless.
    I know simple HTML.
    and the mobile site is for people like me who want to see who's on while on-the-go
     
  4. Offline

    Gamecube762


    That link is a picture of what the list looks like, not a page with the actual list.
     
  5. Offline

    DrJava

    The easiest way is to use PHP and MySQL. When a player donates, put their rank into a database. On your webserver, query your minecraft server to get the players. Then, check what rank they are in your MySQL Database; change the text colour depending on that.
     
Thread Status:
Not open for further replies.

Share This Page