[WEB] PHP Minecraft Server

Discussion in 'Bukkit Help' started by loool12xd, Nov 26, 2014.

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

    loool12xd

    Does anyone know how to show your deaths, kills, and friends with their avatars?

    I know that i have to use PHP but, does any one the code for something like this?[​IMG]
     
  2. Offline

    Skionz

    loool12xd You would probably have to use sockets or a MySQL database.
     
    loool12xd likes this.
  3. Online

    timtower Administrator Administrator Moderator

    Moved to a more appropriate section.
     
  4. Offline

    loool12xd

    Skionz The PvPStats plugin allows to use MySQL. It shows your kills and deaths but not your friends or the avatars.
     
  5. Offline

    Skionz

    loool12xd The only way I can think is to use Java's SQL API to store the players kills, deaths, UUID, name, and friends however you are implementing that. Then you would load that to a web page with PHP. To get the players skin you could use this https://github.com/jamiebicknell/Minecraft-Avatar
     
Thread Status:
Not open for further replies.

Share This Page