Solved Communication between Server and Website

Discussion in 'Plugin Development' started by L33m4n123, Nov 20, 2013.

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

    L33m4n123

    Hey guys,

    currently looking into how I would manage to sent the best way information from a Bukkit Server directly to a website without using a database inbetween.

    E.G to display the memberlist on a website or to sent commands from the website to the server.

    I don't want any codes however I would appreciate if you could tell me the methods / link to API docs about it


    Hope you get what I mean
     
  2. Offline

    Minnymin3

    The best way would be via database but you could potentially connect through ftp or ssh and write the files through there.
     
  3. Offline

    geNAZt

    There is a plugin called jsonapi which provides a Json api for your minecraft server which can called either via http or pure socket connections
     
  4. Offline

    L33m4n123

    k thanks :)
     
Thread Status:
Not open for further replies.

Share This Page