> For the complete documentation index, see [llms.txt](https://docs.mongenscave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mongenscave.com/free-products/playershop/supported-plugins.md).

# Supported Plugins

{% content-ref url="/pages/6fKmCR99WSRhVxbHI7ro" %}
[PlaceholderAPI](/free-products/playershop/placeholderapi.md)
{% endcontent-ref %}

| Plugin                                | Purpose                                            |
| ------------------------------------- | -------------------------------------------------- |
| **Vault**                             | Default economy provider                           |
| **CoinsEngine**                       | Alternative currency support (multiple currencies) |
| **PlayerPoints**                      | Alternative currency support                       |
| **Advanced Slime Paper / SlimeWorld** | World compatibility (enabled in `hooks.yml`)       |

#### Currency Setup

Configure available currencies in `hooks.yml`:

```
hooks:
  currency:
    default: vault       # Default currency for new shops
    providers:
      vault: true
      coinsengine: true
      playerpoints: true
```

You can define as many custom currencies as you want:

```
currencies:
  gems:
    provider: coinsengine
    currency-id: gems
    display-name: "&bGems"
    prefix: "♦"
    item:
      material: EMERALD
      name: "&bGems"
```
