> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.lorenzo0111.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Addons

> Learn how to configure and use optional addons with Farms

## WorldGuard

```yaml theme={null}
worldguard:
  enabled: true
```

## Vault

With this settings you can edit the price of a farm and of a Level Up.

```yaml theme={null}
vault:
  enabled: true
  price: 1
  # The math expression will be newLevel * levelUp
  # For example if you set to 100 the levelUp price to level 5 will be 500
  levelUp: 100
```
