> For the complete documentation index, see [llms.txt](https://docs.mantic.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mantic.dev/mining-economy/free-addons.md).

# Free Addons

## Anyblock Addon

Instead of using the built in "/mining editor" you'll be able to filter the mines with this. (Currently the block will return to it's original state with this addon rather than a random block as configured in the main plugin)

By using the config below, you are able to filter the block, world and regions (world guard support):

```
blocks: # make sure material type is in upper case
  'COAL_ORE': # specific ore
    Regions: # Requires world guard
      enabled: true
      whitelisted: # regions that this 'COAL_ORE' area classified as mines
        - 'MineArea'
        - 'Warzone' # regions are case-sensitive
    areaFilter:
      enabled: true
      world: 'world' # Limits Coal Ore mine filter to one worlds (case-sensitive)
  'DIAMOND_ORE': # specific ore
    Regions:
      enabled: true
      whitelisted:
        - 'MineArea'
        - 'Warzone'
    areaFilter:
      enabled: true
      world: 'world'
```

&#x20;Anyblock reload command: /anyblock reload
