# Rectangle character

## I see ▯ instead of my emojis/ranks

{% hint style="warning" %}
Your pack probably is not synced with the configurations.\
Make sure to run `/iazip` after you added any new image and reupload the resourcepack if you are using Dropbox or similar hoting method.

More info on how to host the resourcepack correctly: [resourcepack hosting](/plugin-usage/plugin-configuration/resourcepack-hosting.md)
{% endhint %}

{% hint style="warning" %}
Make sure `y_position` is not greater than the image height in pixels and that `y_position` is not greater than image height \* `scale_ratio`.

Minecraft doesn't support this, it won't work and there is no way for me to fix that, it's a limitation of the game itself.
{% endhint %}

Check your client and server logs to identify the cause of the issue if you still didn't fix.

Read here how to:

{% content-ref url="/pages/-MlPE9\_ZyAh4iUC4QO-5" %}
[Resourcepack is not loading correctly](/faq/identify-why-textures-are-not-shown.md)
{% endcontent-ref %}


---

# Agent Instructions: 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/faq/rectangle-character.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.
