> For the complete documentation index, see [llms.txt](https://docs.samscreations.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samscreations.eu/samshead/home.md).

# Home

## [SamsHead](https://builtbybit.com/resources/samshead-custom-head-display-system.110365/) <a href="#samshead" id="samshead"></a>

SamsHead provides pixel-perfect player head rendering via text, components, and resource pack fonts. It allows you to display high-quality player avatars in chat, holograms, and menus without the performance overhead of traditional player heads or entities.

{% hint style="success" %}

#### Lightweight & Fast

SamsHead uses a custom TTF font to render 8×8 pixel grids using standard text characters, making it significantly faster than using player head items or entities. All skin fetching is handled asynchronously to ensure zero impact on server ticks.
{% endhint %}

***

### Compatibility

{% tabs %}
{% tab title="Software" %}

* **Java:** 21+
* **Server Version:** 1.21+
* **Supported Software:** Spigot, Paper, Purpur
  {% endtab %}

{% tab title="Integrations" %}

* **Required:** [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/)
* **Optional:** [ItemsAdder](https://itemsadder.devs.beer/) or [Nexo](https://nexoplugin.com/)
* **Optional:** [SkinsRestorer](https://skinsrestorer.net/) (For cracked/offline skins)
  {% endtab %}
  {% endtabs %}

***

### Navigation

{% content-ref url="/pages/kocbzt9drIAMjHPiHYhK" %}
[GUIDES](/samshead/guides/getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/pigXfQVYZ6XuV2DGHVft" %}
[PLUGIN CONFIG](/samshead/plugin-config/configuration.md)
{% endcontent-ref %}

{% content-ref url="/pages/QVDXUfZGfiGAc9vvJAL4" %}
[DEVELOPERS](/samshead/developers/developer-api.md)
{% endcontent-ref %}

***

{% hint style="success" %}

#### Support me!

If you enjoy using SamsHead, feel free to [Buy me a coffee](https://ko-fi.com/sam1qk)! Thank you! 🧡
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.samscreations.eu/samshead/home.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
