# Billing

The billing feature allows you to charge players for region claims.

!!!Economy Required
Ensure you have installed any of the [supported currency](https://nightexpressdev.com/nightcore/integrations/currencies/) plugins for this feature to work.
!!!

---

## :icon-phs-gear: Configuration

You can configure billing settings in the [module config](/regions/configuration) file under the `Billing` section.

```yaml
Billing:
  # Controls whether the Billing feature is enabled.
  Enabled: false
  # Sets the currency for the Billing feature.
  Currency: vault
  # Sets the cost for claiming regions.
  Chunk-Claim-Cost: 500.0
```

!!!tip
You can find out how to get the required currency ID [here](https://nightexpressdev.com/nightcore/integrations/currencies/).
!!!
