# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mantic.dev/mining-economy/free-addons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
