Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandon15811/Minecraft-PE-Proxy
- Owner: brandon15811
- Created: 2012-12-16T21:36:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-25T00:23:41.000Z (about 11 years ago)
- Last Synced: 2024-07-28T13:23:42.861Z (3 months ago)
- Language: JavaScript
- Size: 329 KB
- Stars: 49
- Watchers: 17
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-minecraft-bedrock - MCPE-Proxy - Proxy for Minecraft Pocket Edition to connect to internet servers without app modification. (Proxy)
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