Skip to content

lastuniverse/minecraft.proxy.bot.gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minecraft.proxy.bot.gui

If you have 2 or more account minecraft and you are tired to switch between them constantly to restart the client, this app is for you.

The application is a proxy server for minecraft. It uses the development group of enthusiasts: https://github.com/PrismarineJS/node-minecraft-protocol

The application also incorporates bot https://github.com/rom1504/rbot

Launch of bot is optional. If the bot starts running enabled every time when you will go out from the proxy, instead you will have to enter the bot.

Install application

git clone [email protected]:lastuniverse/minecraft.proxy.bot.gui.git

cd ./minecraft.proxy.bot.gui

npm install

Install electron_prebuilt

Download and install the latest build of electron for your OS and add it to your projects package.json as a devDependency:

npm install electron-prebuilt --save-dev

This is the preferred way to use electron, as it doesn't require users to install electron globally.

You can also use the -g flag (global) to symlink it into your PATH:

npm install -g electron-prebuilt

If that command fails with an EACCESS error you may have to run it again with sudo:

sudo npm install -g electron-prebuilt

sudo npm install -g electron

Start App

elecron .

screenshot

Connection

  • Run the application.
  • Configure it (specify the server on which I play, the account under which the application will run).
  • Add in your client minecraft new server: localhost:proxy_port (for example: localhost:25568).
  • Connect to this server.

You will be redirected to the server specified in the application settings under the account specified in the application settings.

Technical dependencies

The app is a Packed site, and contains a web server (port 8080) and websocket server (port 8081). Also, the application opens the ports specified in the settings (proxy port and port radar if enabled).

It is important

To see the app interface is also possible via a web interface at the address YOU_IP:8080. If your ports 8080 and 8081 are available from the Internet, anyone can go to the interface of the bot at the address YOU_INTERNET_IP:8080. This can lead to theft of credentials for your minecraft account.

Also attackers with some effort can get full access to your file system.

!!! To avoid this i strongly recommend to close the access from the Internet (and local network) to ports 8080 and 8081

About

minecraft proxy bot gui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published