CampHQmc / ServerChatHeads

Use player heads in chat and more via placeholders! Credits to CatDevz for making the original Minestom code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server Chat Heads

Plz Mojang optimize font rendering

Use player heads in chat and more via placeholders! Credits to CatDevz for making the original Minestom code.

Showcase

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.


Credits

Setup

For setup instructions please see the fabric wiki page that relates to the IDE that you are using.

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.

About

Use player heads in chat and more via placeholders! Credits to CatDevz for making the original Minestom code.

License:Other


Languages

Language:Java 100.0%