opengsq.responses.minecraft package

Submodules

opengsq.responses.minecraft.status_pre_17 module

class opengsq.responses.minecraft.status_pre_17.StatusPre17(protocol: str, version: str, motd: str, num_players: int, max_players: int)

Bases: object

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

protocol: str

The protocol of the game.

version: str

The version of the game.

motd: str

The message of the day.

num_players: int

The number of players in the game.

max_players: int

The maximum number of players allowed in the game.

Module contents