Add Discord link into README.md

This commit is contained in:
Tnze
2021-12-03 11:59:35 +08:00
parent b34044cff9
commit 74886f3a71

View File

@ -4,25 +4,25 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/Tnze/go-mc.svg)](https://pkg.go.dev/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)
[![Discord](https://img.shields.io/discord/915805561138860063?label=Discord)](https://discord.gg/A4qh8BT8Ue)
Require Go version: 1.16
There's some library in Go support you to create your Minecraft client or server.
这是一些Golang库用于帮助你编写自己的Minecraft客户端或服务器。
- [x] Chat Message (Support Json or old `§`)
- [x] NBT (Based on reflection)
- [x] SNBT -> NBT
- [x] Yggdrasil
- [x] Realms Server
- [x] RCON protocol (Server & Client)
- [x] Saves decoding & encoding
- [x] Minecraft network protocol
- [x] Robot framework
- [x] 👍 Minecraft network protocol
- [x] 👍 Dual role RCON protocol (Server & Client)
- [x] 👍 Robot framework
- [ ] 🚧 Server framework
- [x] 👍 Chat Message (Support both Json and old `§` format)
- [x] 👍 NBT (Based on reflection)
- [x] 👍 SNBT ⇋ NBT
- [x] 👌 Saves decoding & encoding
- [x] 👌 Yggdrasil (Mojang login)
- [x] ⌛ Realms Server
> 由于仍在开发中部分API在未来版本中可能会变动
> `1.13.2` version is at [gomcbot](https://github.com/Tnze/gomcbot).
> We don't promise that API is 100% backward compatible.
## Getting start