Git Product home page Git Product logo

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

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

autoeagler's Issues

Support for Macos

Could AutoEagler run on Macos? The batch script may need to be expanded to add support for bash.

1.3_beta

1.3 doesn't work and also 1.5.2 doesn't seem to work for most people

Python Not Found

When trying to use AutoEagler with the latest version of python installed, it says "Python Not Found, please install Python 3 from https://python.org". python.exe is added to PATH, and Python is disabled under Manage app extension aliases.

How to deploy to Cyclic

Hello.
I have found a a hosting for eaglercraft. So yeah how do i deploy to Cyclic, when i do it it says specify package.json please help

Unable to connect to server

I'm unable to connect to the server with the browser or offline versions of 1.8. I have all of the jars downloaded and correctly pointed to in the python files.
The desktop runtime does not work as well.

The server lists the port to be 25577 instead of 8081, but it will not work on either port.

The following message is printed in the console when I try to connect to ws://localhost:25577 (nothing happens when I use port 8081)

Screenshot 2024-01-08 121704

CMD python error

Some (the most) windows computers do not recognize python3. Instead use just python:

@echo off
title "Checking software ..."

set python=python3
where %python% >nul 2>nul
if %errorlevel%==1 (
    set python=python
    where %python% >nul 2>nul
    if %errorlevel%==1 (
        @echo Python not found, please install Python 3 from https://python.org
        pause
        exit 0
    )
)

where java >nul 2>nul
if %errorlevel%==1 (
    @echo Java not found, please install Java 8 from https://java.com
    pause
    exit 0
)

%python% -m pip install -r requirements.txt

title "Running ..."

%python% autoeagler.py

echo Script exited.

timeout 5

FileNotFoundError: [Errno 2] No such file or directory: 'Bungee-1.8.8' Script exited.

Hello, today I tried running this script on my linux system, chose option 3, and after I chose my region, it threw this error:
Traceback (most recent call last):
File "/home/ubuntu/AutoEagler-2.3.3/autoeagler.py", line 436, in
main()
File "/home/ubuntu/AutoEagler-2.3.3/autoeagler.py", line 409, in main
ngrok_start(version)
File "/home/ubuntu/AutoEagler-2.3.3/autoeagler.py", line 206, in ngrok_start
run_servers(server_version)
File "/home/ubuntu/AutoEagler-2.3.3/autoeagler.py", line 149, in run_servers
os.chdir(os.path.dirname(bungee_location_1_8_8))
FileNotFoundError: [Errno 2] No such file or directory: 'Bungee-1.8.8'
Script exited.

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.