Compare commits
No commits in common. "2a693c0e6df98b8fd0330037bca0ebf5607a49d7" and "8b3ea86fc3d30a0798111f51e2efb3aff6b2cde6" have entirely different histories.
2a693c0e6d
...
8b3ea86fc3
18
README.md
18
README.md
|
@ -1,17 +1,13 @@
|
|||
# Eaglercraft 1.6.4
|
||||
|
||||

|
||||
:-:
|
||||
### Play Minecraft 1.6.4 in your browser, currently only supports multiplayer
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||
# 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?
|
||||
|
||||
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.
|
||||
|
@ -36,7 +32,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](mp-server.zip) file from this repository
|
||||
2. Download the [mp-server.zip](https://github.com/catfoolyou/Project164/raw/main/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
|
||||
|
|
BIN
eagler.png
BIN
eagler.png
Binary file not shown.
Before Width: | Height: | Size: 209 KiB |
Binary file not shown.
Loading…
Reference in New Issue