Skip to content

KellyLSB/minero-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT NOTE

GoDoc

Project is NOT ACTIVE anymore until further notice.

  • Why? I have less time now to tinker with this project also Mojang is taking like forever to remake Minecraft properly from scratch so there are piles and piles of shit in the server code I must reimplement again and I refuse to do that.
  • Will that change? If they remake the game properly I'll continue with minero.

If you want to contact me you can try any of these:

  1. Create a new issue here
  2. Drop me an email on: toqueteos at gmail dot com.

If you are still interested in Go + Minecraft check this out: http://github.com/NetherrackDev

Minero

Minero is an implementation of the Multiplayer Server for Minecraft made in Go. It aims to fully support Minecraft 1.5.1 version.

It is licensed under the MIT open source license, please read the LICENSE.txt file for more information.

Requirements

Just Go, also Git (encouraged) if you want to use go get.

More specifically aimed for: go version go1.0.3.

You can check your Go version typing go version on the terminal. If it outputs an error you don't have Go installed.

Go to Go's install page Download the Go tools section and follow the instructions.

NOTE: It should work with newer versions of Go, go1.1.1 right now.

Features

  • Basic data types support (bool, byte, short, int, long, float, double and string). See types, types/nbt and types/minecraft.
  • NBT v19133 support.
  • Proxy with logging support available.
  • Server list ping client & server (ping other servers, fake a server).

NOTE: Right now the server allows client to log in, move and do most actions but any changes on map aren't saved.

Tools

  • Minero server: bin/minero

      go get github.com/minero/minero/bin/minero
    
  • NBT pretty printer: bin/minbtd

      go get github.com/minero/minero/bin/minbtd
    
  • Server proxy with logging support: bin/miproxy

      go get github.com/minero/minero/bin/miproxy
    
  • Server list ping client & server: bin/mipingd

      go get github.com/minero/minero/bin/mipingd
    

Notes

Everything can be go-get'd.

About

[INACTIVE] Minecraft Server implementation in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%