Bukkit 1.5.2 is the game logic backend of an Eaglercraft server. It handles world data, player state, and all plugin execution — exactly like a standard Minecraft 1.5.2 server. EaglercraftBungee proxies WebSocket connections from browser clients to this process, so you need both running at the same time. See the server architecture overview if you haven’t already.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/lDEVinux/eaglercraft/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Java 8 or newer must be installed on the machine that will run the server.
Download it from https://www.java.com/en/download/ if you don’t have it.
Installation
Download the stable-download package
Download stable-download.zip from the Eaglercraft repository:
https://github.com/lax1dude/eaglercraft/raw/main/stable-download/stable-download.zip
https://github.com/lax1dude/eaglercraft/raw/main/stable-download/stable-download.zip
Extract the ZIP to a new folder
Extract the contents of
stable-download.zip to a dedicated folder on your machine. All server files live inside this extracted directory.Navigate to java/bukkit_command/
Open the extracted folder and go into the
java/bukkit_command/ subdirectory. This is the Bukkit server root — it contains the startup scripts, server JAR, and the plugins/ directory.Launch the Bukkit server
Start Bukkit using the appropriate script for your operating system:A terminal window will open showing the server startup log. Wait until you see a line like
Done! For help, type "help" before starting EaglercraftBungee. On some Windows systems the file may appear as just run rather than run.bat — both are the same script.Adding Plugins
Place JAR files built for CraftBukkit 1.5.2 into thejava/bukkit_command/plugins/ directory. The server loads them automatically on the next restart.
For a curated list of plugins that are known to work with Eaglercraft’s Bukkit backend, visit:https://github.com/lax1dude/eaglercraft-plugins/
Op Security
Default Ports
Bukkit listens on port 25569 on localhost. This port is defined as the upstreamaddress in EaglercraftBungee’s config.yml:
config.yml (servers block)