Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandon15811/Minecraft-PE-Proxy

Proxy for Minecraft Pocket Edition to connect to internet servers without app modification
https://github.com/brandon15811/Minecraft-PE-Proxy

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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/

Usage
=====
Downloading
-----------
Download and extract source using the ZIP button or this [link.](https://github.com/brandon15811/Minecraft-PE-Proxy/archive/master.zip)

Before first use (and after every update)
----------------
Install dependencies (Run in extracted directory)
```
npm install --production
```
Running the proxy
-----------------
```
node mcpeproxy.js --serverip
```
Where `` 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](https://github.com/brandon15811/Minecraft-PE-Proxy/issues) or come to the irc channel: [#mcpedevs @ Freenode](http://webchat.freenode.net/?channels=mcpedevs&uio=d4)

More detailed documentation will be added when this is more complete