From 3b29ac3f3e23106191917b996a8b4a41e2fea6b8 Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Tue, 6 Jun 2023 22:48:33 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 488731f..c4605e4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ A standalone reimplementation of EaglercraftX's bungee plugin written in TypeScr *Working for latest EaglercraftX client version as of `6/6/2023`* ## Known Issues -* Skins may not render/display properly at all. +* Skins may not render/display properly at all (only known to affect other players' skins). +* [EagProxyAAS] Player is missing skin when connected to server + * Due to Eaglercraft's skin system and how it works, forcing skins onto the client is impossible (from what I know so far). This is only a client-sided bug/glitch - others will only see your Mojang/Minecraft account skin and cape. ## Installing and Running This assumes that you have [Node.js](https://nodejs.org/en) LTS or higher installed on your computer, and that you have basic Git and CLI (command line) knowledge. @@ -71,3 +73,9 @@ Below is a breakdown of everything inside of `metadata.json`: } ``` As of right now, there exists no API reference. Please refer to the preinstalled plugin for details regarding API usage. +## Reporting Issues +* Security-related bugs/issues: Directly contact me on Discord (check my profile). +* Non-security-related bugs/issues: Open a new issue, with the following: + * Bug description + * Affected versions + * Reproduction steps (optional if you can't find)