jsonapi
jsonapi copied to clipboard
A JSON API for Minecraft: http://forums.bukkit.org/threads/admn-info-jsonapi-v1-3-1-json-http-and-socket-api-for-controlling-a-server-740.14270/
Any chance of getting /fill? set_block is all well and good, but tedious when you're trying to change a lot at once.
Hello , I open a new topic to see more clearly . Indeed, for several days, JSONAPI longer works whatever the version. The problem from the SHA1 certificate Oracle. A...
Hello, I call $api->call('getPlayer', ['DareK']) and the player DareK exist but jsonapi return ``` null ``` but with a fake player ``` array (size=1) 0 => array (size=4) 'result' =>...
Please, add a method to get Scoreboard score from player !
Array ( [0] => Array ( [result] => error [source] => server.power.restart [is_success] => [error] => Array ( [code] => 7 [message] => The method 'server.power.restart' does not exist! )...
Hi ! I have many task error in my console, I use last version : [23:23:03 WARN]: [JSONAPI] Task #123 for JSONAPI v5.6.0 generated an exception java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/en tity/Player; at...
I'm having this issue where whenever I run the setFileContents command, I get this response: 'message' => string 'plugins/groupmanager/worlds/world/groups.yml could not be written to!' (length=69) Console: http://hastebin.com/ocadacacep.tex The file is...
Hello. I'm trying to set file contents like this: $api->call("files.write", array("plugins/GroupManager/worlds/world/groups.yml", (string)$yaml)) But all I get in return is a null error. No success message, just null when I var_dump...
Hi, first thanks a lot for this tool ! Have the same issue here, this is the error returned : Array ( [message] => Caught exception: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
Hello All, I've got some little problems with my /give command . When JsonApi say Command run by remote user: 'give 32 383:50 to "player" ' the server answer is...