Skip to content
Jeffrey Kog edited this page Dec 9, 2013 · 2 revisions

This packet is sent when the gameserver connects to the IPC server. It contains a list of online players, and a list of loaded mappacks.

Data:

  • players - Array of usernames (String)
  • mappacks - Array of mappacks ({"id":"uniqueMappackID", "name":"humanReadableName"})

Clone this wiki locally