An implementation of LilyPad in the language Go.
You can visit us on our website @ http://www.lilypadmc.org
You can currently compile either Server Proxy or Server Connect.
Install Go 1.11+ and pull the project:
$ export GO111MODULE=on
$ git clone [email protected]:LilyPad/GoLilyPad.git
$ cd GoLilyPad/server/connect/main
$ cd GoLilyPad/server/proxy/main
$ go build
$ ./main