# Config

{% hint style="info" %}
If you're looking for the world config or how to config each world then look [here](/refractored/bloodmoon-reloaded/config/world-configs.md).
{% endhint %}

```
#
# Configuration file for the core plugin
#

# Each world has an individual configuration file.
# Check out the "worlds" folder in the plugin's data folder.

# Worlds that have bloodmoons enabled.
# Reload the plugin, and a config file should generate for said worlds.
# Worlds that are prefixed with a "_" are ignored.
worlds-list:
  - world
# If true, the WorldsList will be used as a whitelist.
# If false, the WorldsList will be used as a blacklist.
# If used as a blacklist, all other worlds will have a bloodmoon config created and read. (Including new ones)
whitelist: true
```


---

# 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://refractored.gitbook.io/refractored/bloodmoon-reloaded/config.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.
