Better README
This commit is contained in:
parent
8b3ea86fc3
commit
4226c76b38
18
README.md
18
README.md
|
@ -1,13 +1,17 @@
|
||||||
# Eaglercraft 1.6.4
|
# 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.
|
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?
|
## 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
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 209 KiB |
Binary file not shown.
Loading…
Reference in New Issue