module.serverstatus.html
The server status module allows creators who operate Game Servers to display the status of their game server (e.g. player count or online status) on their store.
Variables | Type | Description |
---|---|---|
| string | The header of the module. |
| boolean | If the game server is online. |
| string | The IP address of the game server. |
| string | The port of the game server. |
| string | The total players on the game server. |
| string | The maximum players that can be online at one point on the game server. |
Request Variable
If you'd like access to a variable that is not currently available, please let us know.
Last updated