> For the complete documentation index, see [llms.txt](https://nightexpress.gitbook.io/combatpets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nightexpress.gitbook.io/combatpets/features/multi-currency.md).

# 🪙 Multi-Currency

**CombatPets** features multi-currency integration for Shop and Revive features!

## Supported Currencies

<table><thead><tr><th width="185">Plugin</th><th>Description</th><th>Identifier</th></tr></thead><tbody><tr><td><a href="https://www.spigotmc.org/resources/34315/">Vault</a></td><td>Uses primary server economy (money) as a currency.<br><br>You <mark style="color:red;"><strong>must have</strong></mark> vault-compatible <mark style="color:red;"><strong>economy plugin</strong></mark> installed!</td><td><code>vault</code></td></tr><tr><td><a href="https://www.spigotmc.org/resources/84121/">CoinsEngine</a></td><td>Unlimited amount of virtual currencies.<br><br>⭐ <strong>Highly Recommended</strong><br>⭐ <strong>Vault-compatible!</strong></td><td><p><code>coinsengine_&#x3C;name></code> </p><p><br>Where <code>&#x3C;name></code> is currency config file name from </p><p>CoinsEngine. <br><br><strong>Example</strong>: <code>coinsengine_coins</code></p></td></tr></tbody></table>

To use a currency in **CombatPets** configuration files, you have to know their **identifiers** (3rd column in the table above).

If you're unsure that you're using correct identifier, or if the currency is hooked successfully, simply do check the plugin startup logs. You should see something like this:

```
[CombatPets] Registered currency: vault
[CombatPets] Registered currency: coinsengine_gems
[CombatPets] Registered currency: coinsengine_coins
```

## Currency Settings <a href="#currency-settings" id="currency-settings"></a>

Some currencies has options available in the `config.yml` -> `Currencies` section.

If you don't see a currency there (e.g. CoinsEngine), then it uses settings from their own configuration provided by their plugin.


---

# 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://nightexpress.gitbook.io/combatpets/features/multi-currency.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.
