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 |
---|---|---|
If you'd like access to a variable that is not currently available, please let us know.
module.header
string
The header of the module.
module.online
boolean
If the game server is online.
module.ip
string
The IP address of the game server.
module.port
string
The port of the game server.
module.players.online
string
The total players on the game server.
module.players.max
string
The maximum players that can be online at one point on the game server.