Added some features & fixed PlaceholderAPI #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, I really like this project and wanted to contribute a bit by adding the following things:
Basically, the reason that heads don't show up correctly with PlaceholderAPI is that the default Minecraft chat format doesn't support changing the font of some parts of a message, which is only possible using chat components, which PlaceholderAPI doesn't support. I solved this issue by just not using a custom font for this at all, but rather adding the custom unicode pixels to the default Minecraft font, which makes them useable everywhere, without using the custom font in just the head.
%chathead_me%to get your own head or%chathead_<username>%to get the head of the player with the given username.registerExamples()in the onEnable method and added support for showing player heads in normal chat and death messages.I know that's quite a lot of changes, I hope it's not too much and that my changes are helpful!