# FAQ

1. **I want to disable card drops:** See [Chances](https://github.com/sarhatabaot/TradingCards/blob/master/tradingcards-plugin/src/main/resources/settings/chances.yml). Omitting the type will prevent the cards from being dropped.
2. **I'm using ItemsAdder or a custom resource pack and my commands are getting replaced with emojis!** See [#182](https://github.com/sarhatabaot/TradingCards/issues/182) for a fix!
3. **Does TradingCards have a pre-made custom resource pack?** We currently don't have one. However isaaclepes from the community has made one! You can find it here <https://github.com/isaaclepes/TradingCardsResource>, it currently required optifine to work.
4. **I want to add a custom texture to my cards!** We support using custom-model-data, use the `/cards edit <cardId> CUSTOM_MODEL_DATA <data>` to edit the data.


---

# 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://plugins.sarhatabaot.net/trading-cards/faq.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.
