Misc

class mcdreforged.info_reactor.server_information.ServerInformation[source]

Information of the current server, interred from the output of the server

Added in version v2.1.0.

version: str | None = None

Server version name, e.g. "1.15.2", "1.17 Release Candidate 1"

ip: str | None = None

Server IP address, e.g. "127.0.0.1"

Notes that this is the address that the server is listening on, not the physical server’s ip address

port: int | None = None

Server port, e.g. 25565

class mcdreforged.executor.telemetry_reporter.TelemetryReporter(mcdr_server: MCDReforgedServer | None)[source]

The class to collect and report telemetry data