Git Product home page Git Product logo

minero-go's Introduction

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.

minero-go's People

Contributors

toqueteos avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.