> For the complete documentation index, see [llms.txt](https://bloodmoon.pseudonova.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bloodmoon.pseudonova.com/guides/enable-bloodmoon-for-your-world.md).

# Enable bloodmoon for your world

By default, the bloodmoon will only run for worlds that were configured. This guide will tell you exactly how to enable the bloodmoon for your world.

## Getting started

Open your [config.yml](/configs/config.yml.md) . Look for a config property "enabled-worlds". Add your world in the list.

```yaml
enabled-worlds:
  - world
  - myworld
```

Save your config file.

now type **/bloodmoon reload** to reload all the configuration files. Your world will now be enabled for the bloodmoon event.
