williamtdr / NodeJS-MCPE-Proxy

A modified version of Brandon15811's proxy with multi-core support and work towards player transfer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecraft-PE-Proxy

Proxy for Minecraft Pocket Edition to connect to internet servers without app modification

Requirements

Node.js

Install node.js from http://nodejs.org/ Requires node 0.8 http://nodejs.org/dist/v0.8.22/ Use .msi for Windows, and .pkg for Mac

Usage

Downloading

Download and extract source using the ZIP button or this link.

Before first use (and after every update)

Install dependencies (Run in extracted directory)

npm install --production

Running the proxy

node mcpeproxy.js --serverip <server ip>

Where <server ip> is the ip of the server to connect to The ip will be saved into the config file (Also can be specified via the environment variable "serverip")

Support

Either file an issue or come to the irc channel: #mcpedevs @ Freenode

More detailed documentation will be added when this is more complete

About

A modified version of Brandon15811's proxy with multi-core support and work towards player transfer.

License:GNU General Public License v2.0


Languages

Language:JavaScript 93.6%Language:CSS 4.0%Language:PHP 2.4%