PHP Player list?

Discussion in 'Bukkit Help' started by tanveergt5, May 11, 2013.

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

    tanveergt5

    Does anyone know how to do a php player list? that way I can have my widgets on wordpress iframe a simple player list of players online or were online in the last 10 minutes
     
  2. Offline

    Bobcat00

    I use this on my web site: https://github.com/xPaw/PHP-Minecraft-Query
    You want the MinecraftQuery.class.php
    Do a var_dump of $Query->GetInfo( ) and $Query->GetPlayers( ) , and you'll see what it returns. Then wrap HTML around it to do what you want.

    You'll also have to set enable-query=true in server.properties
     
Thread Status:
Not open for further replies.

Share This Page