# Frequently asked questions

## Successfully introduce cosmetics in your server

{% hint style="info" %}

1. You must not make them easy to obtain. Make them a rare perk for donors or special events prizes (example: seasonal quests, boss battle prizes, staff members exclusive, donors exclusive)
2. Always make sure to publish a new cosmetic when you are 100% sure you want to keep it forever in your server. People don't like to buy cosmetics and see them removed after some time.
3. Make unique cosmetics, don't make useless variations of the same cosmetic design.
   {% endhint %}

## Offhand cosmetics (left hand)

Why aren't offhand cosmetics available in this plugin?

The reason is that offhand is a slot heavily used in the Minecraft gameplay to hold important items, for example shield, totems and other items.\
Using the offhand to place cosmetics would mean that the user won't really know which is the original item under the cosmetic, this would cause extreme confusion between players.

Imagine a player getting shot with a bow by another player who is apparently holding a cosmetic flower. In reality they are holding a bow.

Imagine a player during PVP, they won't know if they still have their shield or not in offhand.

Imagine a player which can't know if they still have their totem in offhand.

You may think: "you just need to open inventory and check".\
Imagine how annoying would be to have to open the inventory each 5 seconds in order to check durability of the shield in offhand.

## Multiple hats cosmetics

You cannot have more than 1 hat cosmetics equipped at the same time.

The hat cosmetic uses the helmet slot of your player, you cannot have more than 1 item at the same time in this slot, it's a limitation of the game.

There is no way to bypass this limitation.


---

# 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://cosmeticscore.devs.beer/frequently-asked-questions.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.
