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
- Host: GitHub
- URL: https://github.com/wildrun0/minecraft-golang-server
- Owner: wildrun0
- Created: 2021-03-27T05:26:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T14:37:06.000Z (almost 5 years ago)
- Last Synced: 2025-05-09T00:37:02.259Z (about 1 year ago)
- Topics: go-mc, golang, minecraft, minecraft-server, server
- Language: Go
- Homepage:
- Size: 637 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)