> For the complete documentation index, see [llms.txt](https://cosmeticscore.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cosmeticscore.devs.beer/settings.md).

# Settings

## Enable/disable in worlds

Enable it in particular worlds:

```yml
cosmetics:
  worlds:
    - "world"
    - "world_nether"
```

Enable it in all worlds:

```yml
cosmetics:
  worlds:
    - "*"
```

Enable it in worlds which name starts with `world_` :

```yml
cosmetics:
  worlds:
    - "world_*"
```
