Add links to go-mc/server

This commit is contained in:
Tnze
2022-08-29 21:27:55 +08:00
parent 5fcac80f8a
commit 358c0a7562
2 changed files with 6 additions and 2 deletions

4
server/README.md Normal file
View File

@ -0,0 +1,4 @@
# Server
This package provide a very basic framework for server development.
For more example, go to [this repo](https://github.com/go-mc/server).

View File

@ -2,7 +2,7 @@
// You can build the server you want by combining the various functional modules provided here.
// An example can be found in examples/frameworkServer.
//
// This package is under rapid development, and any API may be subject to break changes
// # This package is under rapid development, and any API may be subject to break changes
//
// A server is roughly divided into two parts: Gate and GamePlay
//
@ -23,7 +23,7 @@
// (that is, after the LoginSuccess package is sent),
// and is responsible for functions including player status, chunk management, keep alive, chat, etc.
//
// The implement of Gameplay will provide later.
// The implement of Gameplay is provided at https://github.com/go-mc/server.
package server
import (