Coder Social home page Coder Social logo

stpv221 / autoeagler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wxnnvs/autoeagler

0.0 0.0 0.0 193 KB

A tool to automaticly set up a localhost eaglerXbungee, aiming to provide an alternative to singleplayer

Shell 1.14% Python 49.17% TypeScript 24.93% HTML 23.40% Batchfile 1.06% Dockerfile 0.30%

autoeagler's Introduction

AutoEagler

A tool to automatically set up a localhost eaglerXbungee, aiming to provide an alternative to Eaglercraft's singleplayer

Progress:

✅ Local + NGROK tunneling

✅ NGROK customisation

✅ Server customisation (gamemode, seed, etc)

✅ Multiple versions (1.3_beta + 1.5.2 + 1.8.8)

🟠 Docker deploy

Installation (manual)

  1. Download and install the latest Python release
  2. Install Java 8
  3. Download the latest release to a dedicated folder
  4. Unzip the zip file
  5. Run start.bat in CMD
  6. Open up option 1
  7. Let it run for a while, it might pop up some windows, you're done when the main menu is back
  8. Done!

Usage:

Local server

  1. Run python3 autoeagler.py or start.bat in CMD
  2. Open up option 2
  3. Let it run for a minute, it might pop up some windows
  4. Join on ws://localhost:8081 using an offline download
  5. Press [Enter] to return to the menu
  6. Open up option 5 to shut it down and close the program

Public server (ngrok)

  1. Run python3 autoeagler.py or start.bat in CMD
  2. Open up option 3
  3. Let it run for a minute, it might pop up some windows
  4. Join on wss://<subdomain>.ngrok.io using any client (link will be showed)
  5. Press [Enter] to return to the menu
  6. Open up option 5 to shut it down and close the program

Development server

  1. Install Docker and Bun
  2. Run cd docker to enter the docker folder
  3. Run bun install to install the dependencies
  4. Run bun dev to start the server
  5. Open your browser and go to http://localhost:6543

Development server on Windows

  1. Install Docker
  2. Run cd docker to enter the docker folder
  3. Run the image docker run --rm -it -e PORT=6543 -p 6543:6543 -v .:/app thgh/autoeagler-webserver bun dev
  4. Open your browser and go to http://localhost:6543

Publish to Docker Hub

  1. Run docker buildx build . -t thgh/autoeagler-webserver --platform=linux/amd64,linux/arm64/v8 --push to build and push the docker image
  2. Run bun drun to test if the docker image is working

For Mojang:

This tool does NOT include any of the source code from Minecraft, MCP, or any other illegal/copyrighted resources, nor any info on how to get it.

autoeagler's People

Contributors

jmcrafter26 avatar radmanplays avatar thgh avatar wxnnvs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.