> For the complete documentation index, see [llms.txt](https://interactiveboard.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interactiveboard.gitbook.io/docs/conditions/has-money.md).

# Has money

{% hint style="warning" %}
Money check requires the [**Vault**](https://www.spigotmc.org/resources/vault.34315/) **API** to work.
{% endhint %}

Checks if the player has the specified amount in balance.

```yaml
## condition name, you can set this to anything that is unique
condition1:
  ## condition type (! in front of the condition type negates the condition (for example, type: '!has_money'))
  type: has_money
  ## the amount of money that the player needs to have
  amount: 100
```
