> For the complete documentation index, see [llms.txt](https://astaspastagam.gitbook.io/first-steps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://astaspastagam.gitbook.io/first-steps/configuring-dimensions/addons/premium-addons/biomes-addon.md).

# Biomes addon

## What does it do?

With biomes addon, you can restrict portals from being used in certain biomes.

## How is it configured?

```yaml
Addon:
  Biomes:
    Allowed: '<input1>'
    DenyMessage: '<input2>'
```

* \<input1> = 'all' to disable or list all the allowed biomes you want to allow (seperated with comma (,)) or use 'all, (list all the biomes you want to disabled seperated with comma (,) and each biome starting with (!))'. For example (all, !plains) to allow all biomes apart form plains or another example (plains) to enable only plains
* \<input2> = any string text you want to be shown to the player if the weather is not suitable
