Table of Contents

Class StatusPre17

Namespace
OpenGSQ.Responses.Minecraft
Assembly
OpenGSQ.dll

Represents the status of a game for versions prior to 1.7.

public class StatusPre17
Inheritance
StatusPre17
Inherited Members

Properties

MaxPlayers

Gets or sets the maximum number of players allowed in the game.

public int MaxPlayers { get; set; }

Property Value

int

Motd

Gets or sets the message of the day.

public string Motd { get; set; }

Property Value

string

NumPlayers

Gets or sets the number of players in the game.

public int NumPlayers { get; set; }

Property Value

int

Protocol

Gets or sets the protocol of the game.

public string Protocol { get; set; }

Property Value

string

Version

Gets or sets the version of the game.

public string Version { get; set; }

Property Value

string