Update README.md

This commit is contained in:
q13x 2023-06-06 22:48:33 -08:00 committed by GitHub
parent 5af6143211
commit 3b29ac3f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)