Перейти к содержимому
Mineforgian

EaglercraftXServer

Eaglercraft plugin for Spigot, BungeeCord, and Velocity

Загрузки
8K
Подписчики
6
Обновлён
8 мая 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 5 мая 2025 г.

Исходный код

EaglercraftXServer

An industrial-grade Eaglercraft server

Adds support for various browser ports of Minecraft Java Edition to your Spigot, BungeeCord, or Velocity server.

a.k.a. "EaglerXServer"

Key Features

  • EaglercraftX 1.8, Eaglercraft 1.12.2, and Eaglercraft 1.5.2 clients are supported
  • Install on Spigot, BungeeCord, or Velocity from only a single JAR file
  • Access dozens of exclusive Eaglercraft features through a cross-platform API
  • Install packet translator modules for legacy protocol versions (1.5, 1.6, beta, etc)
  • Native RPC protocol to access the API of a BungeeCord/Velocity server from Spigot
  • Synchronize multi-proxy setups seamlessly using EaglerXSupervisor

Installation

EaglerXServer works best when installed on a reverse proxy (BungeeCord, Velocity), you can also install the plugin on your Bukkit/Spigot/Paper server, but we do not currently maintain Bukkit plugin support for versions above 1.17.

To get started, place the EaglerXServer JAR in the "plugins" folder of your Spigot, BungeeCord, or Velocity server. In most cases you will also need to use ViaVersion, ViaBackwards, and ViaRewind to make your Spigot servers compatible with 1.8. If you would like to support 1.5, add the EaglerXRewind JAR to the "plugins" folder as well. Add EaglerMOTD for animated MOTDs and EaglerWeb if you want to host a website from your server.

To connect to your server, use the same IP address and port as you would on Java edition, EaglerXServer adds a translation layer that converts any Eaglercraft connections on your server to a regular Java edition connection.

Please keep in mind that on BungeeCord and Velocity you must edit the EaglercraftXServer listeners config file to change the inject_address to match the address of one of the listeners configured on the underlying BungeeCord/Velocity server. This is different from how EaglercraftXBungee and EaglercraftXVelocity worked, where you could put any address and allow the plugin to open the port, this change was made to allow EaglercraftXServer to be better compatible with other plugins like ViaVersion and ProtocolLib.

Velocity Note: You may have issues if you attempt to use EaglercraftXServer with other plugins that also register plugin message event handlers, because Velocity's event bus will cause the plugin messages to be observed in an undefined order if an async handler is given higher priority than EaglercraftXServer.

xCord Note: You will probably have issues if you attempt to install EaglercraftXServer on xCord (premium fork of BungeeCord) depending what additional xCord configuration options you enable. If you have issues, reset the xCord configuration files to their defaults, EaglercraftXServer has been confirmed to work (or at least connects) on xCord if you use the default configuration files.

Configuration

On BungeeCord and Velocity, EaglercraftXServer should generate detailed comments in the config files, describing each property in detail. However this does not work on most Spigot versions (like 1.12) due to the YAML parser/serializer bundled with it not supporting comments. Please see the CONFIG.md file for documentation if your platform does not support comments.

Large server view distances are known to cause problems on the low bandwidth connections most people find themselves playing Eaglercraft on, consider reducing your server's view distance if you experience intermittent "End of stream" errors.

Plugin Development

The API is available through a "maven repository" at https://repo.lax1dude.net/repository/releases/

Please see the GitHub for more information on the EaglercraftXServer API

Ченджлог

1.1.0Релиз1.16.5, 1.17, 1.17.1 · 8 мая 2026 г.
  • Fixed crash with the latest ViaVersion on BungeeCord and Bukkit platforms
  • Fixed permissions not working on Bukkit platforms
  • Fixed support for eagler clients using modern protocol versions
  • Fixed refcounting issue with HTTPRequestInboundHandler
  • Fixed API for checking supported minecraft protocol versions
  • Fixed leftover handshake code that could call printStackTrace excessively
  • Fixed broken check for PerMessageDeflateServerExtensionHandshaker support
  • Switched to a pool of multiple JDBC connections for MySQL
  • Added client capability bits for checking Optifine CIT support
  • Added documentation for platforms lacking comments in config files
1.0.8Релиз1.16.5, 1.17, 1.17.1 · 10 ноября 2025 г.
  • Fixed compatibility with latest BungeeCord versions
  • Fixed isEnableNativeTransport on modern server versions
1.0.7Релиз1.16.5, 1.17, 1.17.1 · 29 мая 2025 г.
  • Fix protocol module OOM vulnerability
  • Fix multi-packet DoS vulnerability
  • Additional packet validation
  • Fix duplicate username issue on BungeeCord
  • Add logging options for origins, brands, etc
1.0.6Релиз1.16.5, 1.17, 1.17.1 · 22 мая 2025 г.
  • Embed the SQLite driver inside the plugin
1.0.5Релиз1.16.5, 1.17, 1.17.1 · 21 мая 2025 г.
  • Make plugins like nLogin work better
  • Add coupling between the websocket ping frame handler and idle state handler
  • Fix potential handshake issue on BungeeCord
  • Fix compatibility with Spigot 1.8 (HttpHeaders.containsValue)
  • Check for protocol V4 or greater client before invalidating skin
1.0.4Релиз1.16.5, 1.17, 1.17.1 · 13 мая 2025 г.
  • Bind additional ports on Velocity through a "clone listener" option
  • Actually fixed support for Velocity's SO_REUSEPORT option
1.0.3Релиз1.16.5, 1.17, 1.17.1 · 12 мая 2025 г.
  • [#6] Fixed issue with Firefox unable to connect
  • Fixed support for Velocity's SO_REUSEPORT option
  • Fixed data race in Bukkit platform initialization
  • Fixed Bukkit platform disconnect function failing in login
  • Reduced the complexity of the adapter
1.0.2Релиз1.16.5, 1.17, 1.17.1 · 12 мая 2025 г.
  • Fixed an issue with very early kick messages
  • Additional thread safety for handshake logic

Комментарии

Загружаем…