From 1de05fc44c4c4df0faadc254d0a3ec6459c05980 Mon Sep 17 00:00:00 2001 From: Tnze Date: Tue, 25 Jun 2019 13:30:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ProtocolID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- bot/mcbot.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2909c72..ed888d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Go-MC -![](https://img.shields.io/badge/Minecraft-1.14.2-blue.svg) -![](https://img.shields.io/badge/Protocol-485-blue.svg) +![](https://img.shields.io/badge/Minecraft-1.14.3-blue.svg) +![](https://img.shields.io/badge/Protocol-490-blue.svg) [![GoDoc](https://godoc.org/github.com/Tnze/go-mc?status.svg)](https://godoc.org/github.com/Tnze/go-mc) [![Go Report Card](https://goreportcard.com/badge/github.com/Tnze/go-mc)](https://goreportcard.com/report/github.com/Tnze/go-mc) [![Build Status](https://travis-ci.org/Tnze/go-mc.svg?branch=master)](https://travis-ci.org/Tnze/go-mc) diff --git a/bot/mcbot.go b/bot/mcbot.go index 9abf866..81118e7 100644 --- a/bot/mcbot.go +++ b/bot/mcbot.go @@ -13,7 +13,7 @@ import ( ) // ProtocolVersion , the protocol version number of minecraft net protocol -const ProtocolVersion = 485 +const ProtocolVersion = 490 // PingAndList chack server status and list online player. // Returns a JSON data with server status, and the delay.