Skip to content

A Minecraft cheat-proxy server written in Ruby with EventMachine.

Notifications You must be signed in to change notification settings

benmanns/digger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digger Proxy

Installation

  1. Install Git.
  2. Install Ruby and RubyGems.
  3. Install Bundler.
  4. Clone the repository: git clone git://github.com/benmanns/digger.git.
  5. Enter the digger directory: cd digger.
  6. Install dependencies with bundle install.
  7. Run: bin/digger.rb [server-ip] [server-port] [proxy-ip] [proxy-port] (defaults localhost 25565 localhost 25564).
  8. Connect Minecraft to your proxy address (default localhost:25564).

Read the Paper

  1. Install Git.
  2. Clone the repository: git clone git://github.com/benmanns/digger.git.
  3. Enter the digger directory: cd digger.
  4. Generate the dvi: latex --output-directory doc README.tex.
  5. Generate the ps: dvips -f doc/README.dvi -o doc/README.ps.
  6. Generate the pdf: ps2pdf doc/README.ps doc/README.pdf.
  7. Open doc/README.pdf.

For those without Git

Github is also a SVN host, so this repository can be accessed without installing git via svn checkout https://svn.github.com/benmanns/digger.git digger.

About

A Minecraft cheat-proxy server written in Ruby with EventMachine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages