> For the complete documentation index, see [llms.txt](https://itemsadder.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itemsadder.devs.beer/compatibility-with-other-plugins/compatible/headsanywhere.md).

# HeadsAnywhere

How to show head of players in chat, signs, books, and more using HeadsAnywhere plugin.

## [Download Here](https://www.spigotmc.org/resources/headsanywhere-use-players-heads-anywhere.109951/)

HeadsAnywhere is a plugin that allows you to use player heads as character in your chat, making it easy to access and display player heads anywhere in the game.

It is compatible with ItemsAdder, allowing you to use custom player heads as well.

You will need to disable their resourcepack in their config.yml and merge its resourcepack with ItemsAdder's resourcepack to use custom player heads.

Editation of their default.json to get more accurate head offsets

```json
{
  "providers": [
    {
      "type": "ttf",
      "file": "minecraft:headsanywhere.ttf",
			"shift": [-2, 2],
			"size": 11.0,
			"oversample": 2.0,
			"skip": ""
    }
  ]
}
```


---

# 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://itemsadder.devs.beer/compatibility-with-other-plugins/compatible/headsanywhere.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.
