An open API service indexing awesome lists of open source software.

https://github.com/wildrun0/minecraft-golang-server

A Minecraft server written in GO using go-mc lib
https://github.com/wildrun0/minecraft-golang-server

go-mc golang minecraft minecraft-server server

Last synced: about 1 year ago
JSON representation

A Minecraft server written in GO using go-mc lib

Awesome Lists containing this project

README

          

# Minecraft-golang-server

This is a minecraft server fully written in Golang using go-mc(https://github.com/Tnze/go-mc) lib (minecraft protocol implemitaion)
It's not ready yet, so checkout this repo for the latest updates!

## Getting started
1) ```git clone github.com/wildrun0/Minecraft-golang-server```
2) ```go get -u github.com/Tnze/go-mc@master```
3) ```go run . ```
4) ????
5) PROFIT!!!!

## Why did we choose a golang?
So, the thought is simple - golang is fast.

## THINGS TO DO
- [x] Chat messaging
- [ ] Chat commands (/ban, /kick and etc.)
- [ ] Player movement
- [ ] Worlds generation (probably the most hardest)