diff --git a/README.md b/README.md index b6126c0..9af2368 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,17 @@ # Eaglercraft 1.6.4 -### Play Minecraft 1.6.4 in your browser, currently only supports multiplayer - -![screenshot_2025-03-05_17 42 33](https://github.com/user-attachments/assets/500d1aa0-95d5-42f7-971e-16d90e27c20c) - -## What is Eaglercraft? - +![eagler](eagler.png) +:-: Eaglercraft is real Minecraft 1.6.4 that you can play in any regular web browser. That includes school chromebooks, it works on all chromebooks. It currently only supports multiplayer. +# Quick Start + +### Client: [javascript/](javascript/) + +### Offline Client Download: [Offline_Download_Version.html](javascript/Eaglercraft_1.6.4_Offline.html) + +**(right click the link and press 'Save link as...' to download the file)** + ## Singleplayer? You can self host a server (see the "How to make a server" section below), and connect to `ws://localhost:25565` in your client and play one there, it will be essentially an integrated server but with extra steps. @@ -32,7 +36,7 @@ If you want to use a domain for your server, **a reverse proxy** can be set up t ## Creating a server - Bukkit 1. **Check if Java is installed.** You can download it from [https://www.java.com/en/download/](https://www.java.com/en/download/) -2. Download the [mp-server.zip](https://github.com/catfoolyou/Project164/raw/main/mp-server.zip) file from this repository +2. Download the [mp-server.zip](mp-server.zip) file from this repository 4. Extract the ZIP file you downloaded to a new folder 5. Open the new folder, go into the `java/bukkit_command` folder 6. Open a new terminal and run `java -jar craftbukkit-1.6.4-R2.0.jar` to start the bukkit server diff --git a/eagler.png b/eagler.png new file mode 100644 index 0000000..e2b1b7c Binary files /dev/null and b/eagler.png differ diff --git a/lwjgl-rundir/_eagstorage.forced.dat b/lwjgl-rundir/_eagstorage.forced.dat deleted file mode 100644 index 3d90e9d..0000000 Binary files a/lwjgl-rundir/_eagstorage.forced.dat and /dev/null differ