alecgorge / jsonapi

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/
http://mcjsonapi.com
MIT License
231 stars 88 forks source link

The method 'server.power.restart' does not exist! #459

Open Derpolino opened 9 years ago

Derpolino commented 9 years ago

Array ( [0] => Array ( [result] => error [source] => server.power.restart [is_success] => [error] => Array ( [code] => 7 [message] => The method 'server.power.restart' does not exist! ) ) )

Why ?

electronicboy commented 9 years ago

Server startup log?

This features relies on the RemoteToolKit, if RTK isn't installed properly (or at all) the method will not be available.