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)