Описание
# Server Chat Heads
> *Plz Mojang optimize font rendering*
Use player heads in chat and more via placeholders! Credits to [CatDevz](https://github.com/CatDevz) for making the [original Minestom code](https://canary.discord.com/channels/706185253441634317/1042351571930984448/1042352421176885318).

## How it works
When a player joins its skin gets downloaded and the colors of the pixels of the face get extracted and put in a `User UUID, TextColor[][]` Map, when the placeholder gets invoked, it searches for the user in that map and tries to print the head in chat using negative spaces and a custom pixel font.
## Placeholders
| Placeholder | Function |
|-------------------------------|--------------------------|
| `%chatheads:player%` | Print the invoker's head |
| `%chatheads:player [target]%` | Print the target's head |
## Bleeding edge builds
Upstream builds are available in via [GitHub Actions](https://github.com/CamperSamu/PolyForgery/actions).
___
## Credits
- **[CatDevz](https://github.com/CatDevz)** for making the [original Minestom code](https://canary.discord.com/channels/706185253441634317/1042351571930984448/1042352421176885318)
- **[Camper_Samu (me)](https://github.com/CamperSamu)** for making the [Fabric](fabricmc.net) port
- [**TheEpicBlock** for PolyMC](https://github.com/TheEpicBlock/PolyMc)
- **[Patbox](https://github.com/Patbox)** for [Polymer](https://github.com/Patbox/Polymer), a part of PolyMC and the core of many Serverside mods (like this one)
- [Fabric Server-Side Development Discord](https://discord.gg/spsDnxp) for helping me while making this mod and other mods (like [WAYF?](https://github.com/CamperSamu/WhereAreYouFrom) or [PolyForgery](https://github.com/CamperSamu/PolyForgery))
## License
This template is available under the GPLv3 license. Feel free to learn from it and incorporate it in your own projects following the license's guidelines.