Server-Query


Use this to get detailled information about the server.
It returns all names of the online players and, if you have query-plugins: true set in your bukkit.yml, also the installed plugins.

Don't forget to enable it!

Make sure to have enable-query=true set in your server.properties to use this function at all.

Sample Request

/query/{ip}/{port}

/query/lobby.freecraft.eu/25555

Required

Optional

Sample Return

{
  "Map": "world", 
  "MaxPlayers": 80,
  "Motd": "A Minecraft Server",
  "Playerlist": [
    "yhekdhm", 
    "Timster488", 
    "dani9191", 
    "MarcBrand"
  ], 
  "Players": 4, 
  "Plugins": [], 
  "Version": "1.7.10"
}