Giter VIP home page Giter VIP logo

eelbot's Introduction

eelbot

I NO LONGER DEVELOP EELBOT

Minimalist "snake" bots for testing Minecraft servers. Program works as a proxy. When you are joining, the proxy connects specified amount of bots to server. You are controlling all of them at once in standard Minecraft client.

Build Status

Compiling

  1. Download and install Go from http://code.google.com/p/go/downloads/list
  2. Set up your Go environment
  3. Clone project to $GOPATH/src/github.com/Teapot418/eelbot
  4. Run go build in eelbot folder

Usage

./eelbot [options...]

Options:

  • count - amount of bots to be connected
  • eeld - timeout between bots' actions (snake effect)
  • errd - timeout in milliseconds if client was kicked while connecting
  • joind - timeout between bot joins in milliseconds
  • proxy - proxy address (client is connecting to it)
  • target - target server address
  • keep - keep connections after main client disconnects
  • ver18 - use 1.8+ version (packet compression)

Example: 1.8, 30 bots, timeout between bots actions = 200ms, proxy on 0.0.0.0:25588 and target server on 127.0.0.1:25565

./eelbot -ver18=true -count=30 -eeld=200 -proxy=0.0.0.0:25588 -target=127.0.0.1:25565

Then join from Minecraft client to 0.0.0.0:25588. Eelbot will connect bots to target server.

Todo

  • entity id translator
  • changing nicknames?

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.