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":["username1", "username2"], "mappacks":[{"id":"uniqueMappackID", "name":"humanReadableName"}]}

Clone this wiki locally