From 7c9915a141602fa2f50e0e109a2d2b4a47f0a64e Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:25:36 -0700 Subject: [PATCH 1/3] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 711a6eb..3572fbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules build -.sourcehash \ No newline at end of file +.sourcehash +.DS_Store From db141cc2065dcc303a8f20133000d71dd552e7c2 Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:27:15 -0700 Subject: [PATCH 2/3] Delete .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 146aabb88e839bbf7af07b0c964918abf37db123..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%}T>S5Z<+|O({YS3Oz1(Em&(SikA@U3mDOZN=-=7V9b^#HHT8jSzpK}@p+ut z-9U@Mqlle>-EVe&b~7Jje;8xjori~v*^Ds@8X`xfLeO04+A_h2T+I;%c{&YZ8B|R3 zH%<8M4HmFDi&)H7zyBkc#!;H}dY^o&R&Q)Kt)|ts?!70OdzqijQ`eu};^<1sI4E^L zxQ-_I*xo&tN#;k%WTq0LZ~`HBH&GJG+?DerOjWL@9ahU~jqT22aXc7y#ZiB_?25%n z{}lAzV7Y8rd;14xm*eO7C6RBMNDhoE*)dqcJ18p^y?V1GmdPVn%ZxITkQg8ahyh|? zGZ`@Ffz{s3@~LWKfEf6J0o)%1G(^W>p;2ue(BbtN{dGhX(D5ySC=5CV3yt6b;W`yi zr*iYe;5r@b!o)cS3ynIRakVncV^%I7FI=q-cA>%@)>{Q`A}a|{+5 UaTc_zbU?ZYC_< Date: Wed, 27 Mar 2024 20:11:06 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 9e5637c..352c8d7 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,6 @@ Remove all the folders in `src/plugins`. #### IMPORTANT: READ ME BEFORE USING -**IMPORTANT:** Although the vanilla Eaglercraft client is a safe, modified copy of Minecraft AOT-compiled to JavaScript, I cannot guarantee that you **will not get flagged by all anticheats.** While gameplay and testing has shown to be relatively stable and free of anticheat flags, more testing is needed to derive a conclusion on whether or not using EaglerProxy with EagProxyAAS is safe. - EaglerProxy and EagProxyAAS: - is compatible with EaglercraftX and uses its handshake system, @@ -60,10 +58,6 @@ EaglerProxy and EagProxyAAS does NOT: - Unmodified versions will not maliciously handle your login data, although a modified version has the ability to do so. Only use trusted and unmodified versions of both this plugin and proxy. - and intentionally put your account at risk. -Remember, open source software is never 100% safe. Read what you run on your computer. - -### Plugin Development - ### Disclaimer The proxy's software utilizes its own plugin API written in JavaScript, rather than BungeeCord's plugin API. For this reason, plugins written for the official BungeeCord plugin will **not** work on this proxy. Below are some instructions for making your very own EaglerProxy plugin. @@ -91,7 +85,7 @@ As of right now, there exists no API reference. Please refer to the preinstalled ## Reporting Issues -**NOTE:** Issues asking for help will be converted into discussions. You are expected to have **thoroughly** read all documentation prior to asking for help. +**NOTE:** Issues asking for help will be converted into discussions. You are expected to have **thoroughly** read all documentation prior to asking for help, and expect no help if you have not done so. - Security-related bugs/issues: Directly contact me on Discord (check my profile). - Non-security-related bugs/issues: Open a new issue, with the following: