From bdea4d1f00165976dae4f562a206d7cc106bbb0a Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Sun, 18 Dec 2022 05:44:15 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a08fa1b..484c8c2 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,5 @@ export const config = { } }; ``` +3. Start your proxy by running `node index.js`. +4. Connect to your server. For the server address, use the folllowing format: `ws://:`. If you are using encryption, replace `ws://` with `wss://`. From 18ccde861bbcfee27892da83690ffd096ab63442 Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Sun, 18 Dec 2022 05:46:01 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 484c8c2..81f37b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # EaglercraftX (1.8.9) WebSocket Proxy ## What is this? -A very primitive and small Node.js based alternative to the custom BungeeCord servers for Eaglercraft 1.8.9. Until the developers officially release the BungeeCord server, this is the only way you can create a EaglercraftX server. +A very poorly written and small Node.js based alternative to the custom BungeeCord servers for Eaglercraft 1.8.9. Until the developers officially release the BungeeCord server, this is the only way you can create a EaglercraftX server. ## Issues * Generic and vague "End of stream" error when disconnected by the proxy, not the server * Inability to set a server icon From 7c45e7d890b8025f51d2d479fa3499b232fbc1eb Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Sun, 18 Dec 2022 05:46:54 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81f37b5..a6629fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # EaglercraftX (1.8.9) WebSocket Proxy ## What is this? -A very poorly written and small Node.js based alternative to the custom BungeeCord servers for Eaglercraft 1.8.9. Until the developers officially release the BungeeCord server, this is the only way you can create a EaglercraftX server. +A very poorly written and small Node.js-based proxy that allows EaglerX/Eaglercraft 1.8.9 clients to connect to (offline) Vanilla 1.8.9 servers. ## Issues * Generic and vague "End of stream" error when disconnected by the proxy, not the server * Inability to set a server icon