# Integrations

## Vault

**banco** is compatible with Vault and VaultUnlocked. This makes it compatible with any other plug-in that also supports Vault. For example:

* Towny Advanced
* Factions
* Jobs Reborn

## PlaceholderAPI

Placeholder list:

* **%banco\_balance%** - player's balance
* **%banco\_symbol%** - currency symbol
* **%banco\_name\_singular%** - currency name in singular
* **%banco\_name\_plural%** - currency name in plural
* **%banco\_version%** - current **banco** version

## ItemsAdder

Even though banco does not provide a native [ItemsAdder](https://www.spigotmc.org/resources/%E2%9C%A8itemsadder%E2%AD%90emotes-mobs-items-armors-hud-gui-emojis-blocks-wings-hats-liquids.73355/) integration yet, **you can use custom items from ItemsAdder by finding their respective Custom Model Data value** and configuring it in `settings.yml`.

1. Navigate to `plugins/ItemsAdder/storage/items_ids_cache.yml` and find the value for the item you want to configure as a currency item.
2. Go to `plugins/banco/settings.yml` and set `customModelData` to that value.

***

Thanks to Jekyll for writing this guide, initially posted in [our Discord](https://discord.gg/bpkwdzREcR).


---

# 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://docs.mythmc.ovh/banco/administration/integrations.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.
