Compare commits

...

2 Commits

Author SHA1 Message Date
CatFoolYou 2a693c0e6d
Update README.md 2025-03-07 15:56:05 -05:00
catfoolyou 4226c76b38 Better README 2025-03-07 15:55:30 -05:00
3 changed files with 11 additions and 7 deletions

View File

@ -1,13 +1,17 @@
# Eaglercraft 1.6.4 # Eaglercraft 1.6.4
### Play Minecraft 1.6.4 in your browser, currently only supports multiplayer ![eagler](eagler.png)
:-:
![screenshot_2025-03-05_17 42 33](https://github.com/user-attachments/assets/500d1aa0-95d5-42f7-971e-16d90e27c20c)
## What is Eaglercraft?
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. 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: [github.com/catfoolyou/Project164](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? ## 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. 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 ## 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/) 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 4. Extract the ZIP file you downloaded to a new folder
5. Open the new folder, go into the `java/bukkit_command` 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 6. Open a new terminal and run `java -jar craftbukkit-1.6.4-R2.0.jar` to start the bukkit server

BIN
eagler.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.