EaglerReborn-Archive

image

Eaglercraft client with Java support and a plugin API.

title screen


This repository contains:

This repository does NOT contain:

Getting Started:

To compile the latest version of the client, on Windows:

  1. Make sure you have at least Java 11 installed and added to your PATH
  2. Download (clone) this repository to your computer
  3. Double click CompileLatestClient.bat, a GUI resembling a classic windows installer should open
  4. Follow the steps shown to you in the new window to finish compiling

To compile the latest version of the client, on Linux/macOS:

  1. Make sure you have at least Java 11 installed
  2. Download (clone) this repository to your computer
  3. Open a terminal in the folder the repository was cloned to
  4. Type chmod +x CompileLatestClient.sh and hit enter
  5. Type ./CompileLatestClient.sh and hit enter, a GUI resembling a classic windows installer should open
  6. Follow the steps shown to you in the new window to finish compiling

Joining Non-Eagler servers

To join non eagler servers on the client, just do not include wss:// in the server address. If you include wss://, the client will assume its an eagler server.

If the server has both Java and Eagler support, you should definitely use Eagler. Here’s why:

  1. Eagler is much faster than Java
  2. Eagler is supported natively without needing to use a relay, resulting in better ping.

Setting up a relay

</img>

Just click the “Run on replit” button to make a relay. make sure to set it to “blank repl”


Limitations

Installing Plugins

How to install plugins

Plugin API Documentation

PluginAPI.md