Difference between revisions of "Talk:Realms API"

From wiki.vg
Jump to navigation Jump to search
Line 1: Line 1:
 
When call API /worlds the "players" property is always empty
 
When call API /worlds the "players" property is always empty
 +
 +
== Join behavior ==
 +
 +
It appears that /worlds/$id/join calls actually prompt the service to start an instance of the server if it is not already running. This is why the first few calls to the join endpoint will return a 503 while the server is still starting. If no player actually signs on, the created server instance only stays alive for approx 10 minutes until it shuts back down.
 +
 +
--[[User:Ispillmydrink|Ispillmydrink]] ([[User talk:Ispillmydrink|talk]]) 17:41, 29 April 2015 (UTC)
  
 
== Some documentation here is out of date. ==
 
== Some documentation here is out of date. ==

Revision as of 17:41, 29 April 2015

When call API /worlds the "players" property is always empty

Join behavior

It appears that /worlds/$id/join calls actually prompt the service to start an instance of the server if it is not already running. This is why the first few calls to the join endpoint will return a 503 while the server is still starting. If no player actually signs on, the created server instance only stays alive for approx 10 minutes until it shuts back down.

--Ispillmydrink (talk) 17:41, 29 April 2015 (UTC)

Some documentation here is out of date.

Some of the Realms protocol has changed as of 1.8.

The "handshake" process documented here no longer works, as well as various other things. I'm not exactly sure what is broken and what isn't, that'll require a bit more investigation than what I've done.

--Mitchfizz05 (talk) 07:03, 15 April 2015 (UTC)