buildtools | ||
gateway | ||
mcp918 | ||
patches | ||
sources | ||
sp-relay/SharedWorldRelay | ||
.gitattributes | ||
.gitignore | ||
build_clean_tmp.bat | ||
build_clean_tmp.sh | ||
build_help.bat | ||
build_help.sh | ||
build_init.bat | ||
build_init.sh | ||
build_make_pullrequest.bat | ||
build_make_pullrequest.sh | ||
build_make_unpatched.bat | ||
build_make_unpatched.sh | ||
build_make_workspace.bat | ||
build_make_workspace.sh | ||
build_merge_direct.bat | ||
build_merge_direct.sh | ||
build_merge_pullrequest.bat | ||
build_merge_pullrequest.sh | ||
build_test_pullrequest.bat | ||
build_test_pullrequest.sh | ||
client_version | ||
CODE_STANDARDS.md | ||
CompileLatestClient.bat | ||
CompileLatestClient.sh | ||
CREDITS | ||
gateway_version | ||
gateway_version_velocity | ||
LICENSE | ||
README_EAGLERXBUKKITAPI.md | ||
README_EAGLERXBUNGEE.md | ||
README_EAGLERXVELOCITY.md | ||
README.md | ||
run_chmod.sh |
EaglercraftX 1.8
Play Minecraft 1.8 in your browser, supports singleplayer and multiplayer
This repository contains:
- Utilities to decompile Minecraft 1.8 and apply patch files to it
- Source code to provide the LWJGL keyboard, mouse, and OpenGL APIs in a browser
- Patch files to mod the Minecraft 1.8 source code to make it browser compatible
- Browser-modified portions of Minecraft 1.8's open-source dependencies
- Plugins for Minecraft servers to allow the eagler client to connect to them
This repository does NOT contain:
- Any portion of the decompiled Minecraft 1.8 source code or resources
- Any portion of Mod Coder Pack and it's config files
- Data that can be used alone to reconstruct portions of the game's source code
Getting Started:
To compile the latest version of the client, on Windows:
- Make sure you have at least Java 11 installed and added to your PATH, it is recommended to use Java 17
- Download (clone) this repository to your computer
- Double click
CompileLatestClient.bat
, a GUI resembling a classic windows installer should open - Follow the steps shown to you in the new window to finish compiling
To compile the latest version of the client, on Linux/macOS:
- Make sure you have at least Java 11 installed, it is recommended to use Java 17
- Download (clone) this repository to your computer
- Open a terminal in the folder the repository was cloned to
- Type
chmod +x CompileLatestClient.sh
and hit enter - Type
./CompileLatestClient.sh
and hit enter, a GUI resembling a classic windows installer should open - Follow the steps shown to you in the new window to finish compiling
Browser Compatibility
EaglercraftX 1.8 is currently known to work on browsers as old as Chrome 38 on Windows XP, the game supports both WebGL 1.0 and WebGL 2.0 however features such as dynamic lighting and PBR shaders require WebGL 2.0. The game also supports mobile browsers that don't have a keyboard or mouse, the game will enter touch screen mode automatically when touch input is detected. The game also includes an embedded OGG codec (JOrbis) for loading audio files on iOS where the browsers don't support loading OGG files in an AudioContext.
Singleplayer
EaglercraftX 1.8 fully supports singleplayer mode through an integrated server. Worlds are saved to your browser's local storage and are available even if your device does not have an internet connection. You can also import and export worlds in EaglercraftX as EPK files to copy them between devices and send them to your friends.
You can also import and export your existing vanilla Minecraft 1.8 worlds into EaglercraftX using ZIP files if you want to try playing all your old 1.8 maps in a modern browser. The glitch that caused some chunks to become corrupt when exporting worlds as vanilla in Eaglercraft 1.5.2 no longer happens in EaglercraftX 1.8, its perfect now. Beware that the inventories of LAN world players are not saved when the world is converted to vanilla, and pets (dogs, cats, horses, etc) might sometimes forget their owners due to the UUID changes.
Shared Worlds
This feature used to be known as "LAN Worlds" but has been renamed to "Shared Worlds" to avoid confusion
If you would like to invite other players to join your singleplayer world and play the game together, use the "Invite" button in the pause menu. You can configure gamemode and cheats for the other players joining your world, you can also decide if you would like to hide your world from other people on your wifi network or advertise your world to them. If hidden is "off" then other people on your same wifi network will see your world listed on their game's "Multiplayer" screen with all of their servers like how sharing LAN worlds behave in vanilla Minecraft 1.8.
Once you press "Start Shared World", EaglercraftX 1.8 will give you a "join code" (usually 5 letters) to share with your friends. On a different device, go the "Multiplayer" screen and press "Direct Connect" and press "Join Shared World", enter the join code given to you when you started the shared world and press "Join World". Given a few seconds, the client should successfully be able to join your shared world from any other device on the internet that also has unrestricted internet access. If it does not work, check the "Network Settings" screen and make sure you and your friends all have the same set of shared world relay URLs configured or your clients will not be able to find each other.
If you would like to host your own relay, the JAR file and instructions can be downloaded from the "Network Settings" screen in the client. EaglercraftX 1.8 uses the same "LAN world" relay server that is used by Eaglercraft 1.5.2, if you would like the relay source code find a random copy of the Eaglercraft 1.5.2 source code and it should be located in the "sp-relay" folder. The relay has not been updated since then, it has only been renamed from "LAN world relay" to "Shared world relay".
PBR Shaders
EaglercraftX 1.8 includes a deferred physically-based renderer modeled after the GTA V rendering engine with many new improvements and a novel raytracing technique for fast realistic reflections. It can be enabled in the "Shaders" menu in the game's options screen. Shader packs in EaglercraftX are just a component of resource packs, so any custom shaders you install will be in the form of a resource pack. EaglercraftX also comes with a very well optimized built-in PBR shader pack and also a built-in PBR material texture pack to give all blocks and items in the game realistic lighting and materials that looks better than most vanilla Minecraft shader packs. The default shader and texture packs were created from scratch by lax1dude, shaders packs made for vanilla Minecraft will not work in EaglercraftX and no shaders in EaglercraftX were taken from vanilla Minecraft shader packs. The shaders are not available in WebGL 1.0 mode or if floating point HDR render targets are not fully supported.
Voice Chat
EaglercraftX 1.8 includes an integrated voice-chat service that can be used in shared worlds and also on multiplayer servers when it is enabled by the server owner. This feature also uses WebRTC like shared worlds, so be careful that you don't leak your IP address accidentally by using it on a public server. If you own a website and don't want people to use voice chat on it, edit the eaglercraftXOpts
variable in your index.html and add allowVoiceClient: false
.
Resource Packs
EaglercraftX 1.8 allows you to use any vanilla Minecraft 1.8 resource pack in your browser by importing it as a zip file, resource packs are saved to your browser's local storage and are saved between page refreshes. This can be used to add the original C418 soundtrack back into the game, download and import this pack to add music back to Eaglercraft. A known bug with the debug desktop runtime is that sound files in resource packs do not play, this may be fixed in the future but is not a high priority issue.
If you are creating a resource pack and want to disable the blur filter on the main menu panorama, create a file called assets/minecraft/textures/gui/title/background/enable_blur.txt
in your pack and set it's contents to enable_blur=0
Making a Server
To make a server for EaglercraftX 1.8 the recommended software to use is EaglercraftXBungee ("EaglerXBungee") which is included in this repository in the gateway/EaglercraftXBungee
folder. This is a plugin designed to be used with BungeeCord to allow Eaglercraft players to join your BungeeCord server. It is assumed that the reader already knows what BungeeCord is and has a working server set up that is joinable via java edition. If you don't know what BungeeCord is, please research the topic yourself first before continuing. Waterfall and FlameCord have also been tested, but EaglerXBungee was natively compiled against BungeeCord.
There is an experimental velocity plugin available in gateway/EaglercraftXVelocity
but it is still in development and not recommended for public servers, so be sure to check for updates regularly if you use it. Configuration files are basically identical to EaglercraftXBungee so its safe to just directy copy in your old EaglercraftXBungee config files to the plugins/eaglerxvelocity
folder and they should work with a minimal number of edits if you are migrating your network from BungeeCord to Velocity.
Detailed READMEs
Installation
Obtain the latest version of the EaglerXBungee JAR file (it can be downloaded in the client from the "Multiplayer" screen) and place it in the "plugins" folder of your BungeeCord server. It's recommended to only join native Minecraft 1.8 servers through an EaglerXBungee server but plugins like ProtocolSupport have allowed some people to join newer servers too.
Configuration files and other plugin data will be written in plugins/EaglercraftXBungee
Online Mode Instructions
- Enable
online_mode
in BungeeCord'sconfig.yml
file and make sure it works - Join the BungeeCord server using Minecraft Java Edition while logged into your Microsoft account
- Run the
/eagler
command, it will give you a temporary login code - Disconnect from the server, close java edition, launch EaglercraftX 1.8
- Set your profile username to the username of your Microsoft account
- Go to the "Multiplayer" menu, press "Direct Connect", press "Connect to Server", then enter "ws://localhost:8081/"
- If you are using a VPS, replace "localhost" with the IP address of the VPS when you connect
- Press "Join Server", a login screen will be displayed, enter the temporary login code into the password field
- EaglerXBungee will log you into the server as the Microsoft account you generated the login code with
Players using EaglercraftX will be able to see the vanilla skins of players on the server using vanilla Minecraft, but players on the server using vanilla Minecraft won't be able to see the skins of players using Eaglercraft. Instead they will see the skin of the Minecraft account that was used when the Eaglercraft player originally ran the /eagler
command.
To disable this vanilla player skin feature and stop the plugin from downloading the textures of any player heads spawned with commands, edit the EaglercraftXBungee settings.yml
file in the plugins/EaglercraftXBungee
folder and change download_vanilla_skins_to_clients
to false
. Ratelimits configured in settings.yml
define the maximum number of times per minute a single player is allowed to trigger profile/skin lookups and also define the maximum number of times per minute the entire server is allowed to actually perform profile/skin lookups.
By default, EaglercraftXBungee will use a local SQLite database in the server's working directory to store player skins and authentication codes. SQLite will be downloaded automatically if it is not already present. If you would like to use MySQL or something else instead, EaglercraftXBungee is JDBC-based and supports any database type that you can find a driver for. You can set the path of the database, path of the driver JAR, and the name of the driver class (example: org.sqlite.JDBC
) for storing player skins in settings.yml
and for storing login codes and profiles in authservice.yml
.
Offline Mode Instructions
By setting online_mode
to false
in the BungeeCord config.yml
the authentication system will be disabled and players will no longer be required to first generate a code to log in. This should only be used for testing or if you can't get the authentication system to work. EaglercraftXBungee's skin system is supposed to be able to display SkinsRestorer skins if you plan to have vanilla players on the server but it's not guaranteed.
Built-in HTTP server
When configuring the EaglercraftXBungee listeners.yml
file, every listener includes an http_server
section that can be used to configure the listener to also behave like a regular HTTP server when the websocket address is entered into a browser. If this is disabled people will get the normal "404 Websocket Upgrade Failure" instead when they accidentally type your server address into their browser. root
defines the path to the folder containing index.html and the other files you want to host, relative to the plugins/EaglercraftXBungee
folder. This can be useful for hosting the client if the offline download doesn't work for some reason but might slow your BungeeCord server down if lots of people are loading it all the time.
Enabling Voice Chat
Voice chat is disabled by default in EaglercraftXBungee because it is not recommended for use on public servers. To enable it, add or change allow_voice: true
to your EaglercraftXBungee listeners.yml
file. The main difference between Eaglercraft 1.5.2 and EaglercraftX 1.8's voice chat feature is that the "Global" channel now only includes other players on the same server as you instead of every single player connected to the same bungeecord proxy. If you would like to disable voice chat on certain servers, add the names of the servers to the disable_voice_chat_on_servers
list in the EaglercraftXBungee settings.yml
file. You may have to add this property to the YML file manually if you've upgraded your server from an older version of EaglercraftXBungee.
Disabling FNAW Skins
Players are known to complain about the high-poly Five Nights At Winstons character skins making PVP harder because of the belief that they change a player's hitbox. If you would like to disable those skins in your PVP worlds you can either set disable_fnaw_skins_everywhere: true
in your EaglercraftXBungee settings.yml
file to disable them for all players on your whole BungeeCord proxy, or you can disable them on specific servers by adding the names of the servers to the disable_fnaw_skins_on_servers
list also in settings.yml
like with disabling voice chat.
Launch Options
The EaglercraftX 1.8 client is configured primarily through a variable called window.eaglercraftXOpts
that must be set before the client starts up.
The default eaglercraftXOpts values is this:
const relayId = Math.floor(Math.random() * 3);
window.eaglercraftXOpts = {
demoMode: false,
container: "game_frame",
assetsURI: "assets.epk",
localesURI: "lang/",
worldsDB: "worlds",
servers: [
{ addr: "ws://localhost:8081/", name: "Local test server" }
],
relays: [
{ addr: "wss://relay.deev.is/", comment: "lax1dude relay #1", primary: relayId == 0 },
{ addr: "wss://relay.lax1dude.net/", comment: "lax1dude relay #2", primary: relayId == 1 },
{ addr: "wss://relay.shhnowisnottheti.me/", comment: "ayunami relay #1", primary: relayId == 2 }
]
};
List of available options
container:
the ID of the HTML element to create the canvas in (required)assetsURI:
the URL of the assets.epk file (required)localesURI:
the URL where extra .lang files can be foundlang
: the default language to use for the game (like "en_US")joinServer
: server address to join when the game launchesworldsDB:
the name of the IndexedDB database to store worlds inresourcePacksDB:
the name of the IndexedDB database to store resource packs indemoMode:
whether to launch the game in java edition demo modeservers:
a list of default servers to display on the Multiplayer screenrelays:
the default list of shared world relays to use for invitescheckGLErrors:
if the game should check for opengl errorscheckShaderGLErrors:
enables more verbose opengl error logging for the shadersenableDownloadOfflineButton:
whether to show a "Download Offline" button on the title screendownloadOfflineButtonLink:
overrides the download link for the "Download Offline" buttonhtml5CursorSupport:
enables support for showing the CSS "pointer" cursor over buttonsallowUpdateSvc:
enables the certificate-based update systemallowUpdateDL:
allows the client to download new updates it findslogInvalidCerts:
print update certificates with invalid signatures to consoleenableSignatureBadge:
show a badge on the title screen indicating if digital signature is validcheckRelaysForUpdates:
proprietary feature used in offline downloadsallowVoiceClient:
can be used to disable the voice chat featureallowFNAWSkins:
can be used to disable the high poly FNAW skinslocalStorageNamespace:
can be used to change the prefix of the local storage keys (Default:"_eaglercraftX"
)enableMinceraft:
can be used to disable the "Minceraft" title screencrashOnUncaughtExceptions:
display crash reports whenwindow.onerror
is firedopenDebugConsoleOnLaunch:
open debug console automatically at launchfixDebugConsoleUnloadListener:
close debug console beforeunload instead of unloadforceWebViewSupport:
if the server info webview should be allowed even on browsers without the required safety featuresenableWebViewCSP:
if thecsp
attibute should be set on the server info webview for extra securityenableServerCookies:
can be used to disable server cookiesallowServerRedirects:
if servers should be allowed to make the client reconnect to a different addressautoFixLegacyStyleAttr:
if the viewport meta tag and style attributes on old offline downloads and websites should be automatically patchedshowBootMenuOnLaunch:
if the client should always show the boot menu on every launchbootMenuBlocksUnsignedClients:
if the boot menu should only be allowed to launch signed clientsallowBootMenu:
can be used to disable the boot menu entirelyforceProfanityFilter:
if the profanity filter should be forced enabledforceWebGL1:
if the game should force the browser to only use WebGL 1.0 for the canvasforceWebGL2:
if the game should force the browser to only use WebGL 2.0 for the canvasallowExperimentalWebGL1:
if the game should be allowed to create anexperimental-webgl
contextuseWebGLExt:
can be used to disable all OpenGL ES extensions to test the game on a pure WebGL 1.0/2.0 contextuseDelayOnSwap:
if the game shouldsetTimeout(..., 0)
every frame instead of using MessageChannel hacksuseJOrbisAudioDecoder:
if OGG vorbis files should be decoded using the JOrbis Java OGG decoder instead of using the browseruseXHRFetch:
if the game should use XMLHttpRequest for downloading resources instead of the fetch APIuseVisualViewport:
if the game should resize some GUIs relative towindow.visualViewport
(needed on mobile browsers when the keyboard is open)deobfStackTraces:
can be used to disable the runtime stack-trace deobfuscation, reduces micro stutters if the game is logging errorsdisableBlobURLs:
if the game should usedata:
URLs instead ofblob:
URLs for loading certain resourceseaglerNoDelay:
can be used to disable "Vigg's Algorithm", an algorithm that delays and combines multiple EaglercraftX packets together if they are sent in the same tick (does not affect regular Minecraft 1.8 packets)ramdiskMode:
if worlds and resource packs should be stored in RAM instead of IndexedDBsingleThreadMode:
if the game should run the client and integrated server in the same context instead of creating a worker objectenableEPKVersionCheck:
if the game should attempt to bypass the browser's cache and retry downloading assets.epk when its outdatedhooks:
can be used to define JavaScript callbacks for certain eventslocalStorageSaved:
JavaScript callback to save local storage keys (key, data)localStorageLoaded:
JavaScript callback to load local storage keys (key) returns datacrashReportShow:
JavaScript callback when a crash report is shown (report, customMessageCB)screenChanged:
JavaScript callback when the screen changes/resizes (screenName, scaledWidth, scaledHeight, realWidth, realHeight, scaleFactor)
Using Hooks
You may want to implement some custom logic for loading/saving certain local storage keys. The eaglercraftXOpts hooks section can be used to override the client's local storage load and save functions. Currently, local storage keys are used to save game settings, the user's profile, custom servers, and shared world relays. Worlds and resource packs do not use local storage keys because modern browsers limit local storage keys to only 5 megabytes per domain which is too small for saving entire worlds and resource packs. Worlds and resource packs are saved using IndexedDB.
window.eaglercraftXOpts = {
...
...
...
hooks: {
localStorageSaved: function(key, data) {
// 'key' is local storage key name as a string
// 'data' is base64-encoded byte array as a string
// function returns nothing
},
localStorageLoaded: function(key) {
// 'key' is local storage key name as a string
// function returns a base64-encoded byte array as a string
// function returns null if the key does not exist
}
}
}
Be aware that the client will still save the key to the browser's local storage anyway even if you define a custom save handler, and will just attempt to load the key from the browser's local storage normally if you return null, these are meant to be used like event handlers for creating backups of keys instead of completely replacing the local storage save and load functions.
On a normal client you will only ever need to handle local storage keys called p
(profile), g
(game settings), s
(server list), r
(shared world relays), in your hooks functions. Feel free to just ignore any other keys. It is guaranteed that the data the client stores will always be valid base64, so it is best practice to decode it to raw binary first if possible to reduce it's size before saving it to something like a MySQL database in your backend if you are trying to implement some kind of profile syncing system for your website. The keys already have GZIP compression applied to them by default so don't bother trying to compress them yourself a second time because it won't reduce their size.
Crash Report Hook
The crashReportShow
hook can be used to capture crash reports and append additional text to them. It takes two parameters, the crash report as a string and a callback function for appending text. Do not use the callback function outside the body of the hook.
hooks: {
crashReportShow: function(report, customMessageCB) {
// 'report' is crash report as a string
customMessageCB("Hello from crashReportShow hook!");
}
}
Developing a Client
There is currently no system in place to make forks of 1.8 and merge commits made to the patch files in this repository with the patch files or workspace of the fork, you're on your own if you try to keep a fork of this repo for reasons other than to contribute to it
A javascript-based modding API resembling Minecraft Forge may be implemented someday though for adding custom content to the game.