Page 1 of 1

JSONAPI (Bukkit Minecraft)

Posted: Sun Dec 04, 2011 10:46 am
by Haribo98
I recently found out about JSONAPI, but I don't know how to call the array and place it into a list like you did on your Minequery video

Here is what I have
[syntax=php]
<?php
require('JSONAPI.php'); // get this file at: https://github.com/alecgorge/jsonapi/ra ... SONAPI.php

$api = new JSONAPI("178.33.122.54", 20059, "**user**", "**password**", "**salt**");

var_dump($api->call("getPlayerLimit"));
?>

<p>
<strong>Players:</strong> <?php echo $api->call['getPlayerLimit'];?>
</p>[/syntax]

Could you do a Video explaining it?
http://forums.bukkit.org/threads/admn-i ... 70/page-18

Re: JSONAPI (Bukkit Minecraft)

Posted: Sun Dec 04, 2011 12:31 pm
by jacek
Looks simple enough, I will add it to the list.

Re: JSONAPI (Bukkit Minecraft)

Posted: Mon Dec 05, 2011 4:58 pm
by Haribo98
Thanks, I can't wait to some how be able to get a Remote console working on this, my current one that my Hosts provides is awful, I'd probably setup a Control panel for my server and make it open source if I knew how!

Re: JSONAPI (Bukkit Minecraft)

Posted: Wed Feb 08, 2012 6:18 pm
by Haribo98
Any advances on this?

Re: JSONAPI (Bukkit Minecraft)

Posted: Thu Feb 09, 2012 4:09 pm
by jacek
Haribo98 wrote:Any advances on this?

No, please do not bump topics.