TcpPingedServer: {
    description: {
        text: string;
    };
    enforcesSecureChat: boolean;
    favicon: string;
    players: ServerPlayerData;
    previewsChat: boolean;
    protocol: string;
    version: {
        name: string;
        protocol: number;
    };
}

Type declaration

  • description: {
        text: string;
    }
    • text: string
  • enforcesSecureChat: boolean
  • favicon: string
  • players: ServerPlayerData
  • previewsChat: boolean
  • protocol: string
  • version: {
        name: string;
        protocol: number;
    }
    • name: string
    • protocol: number