# ❓FAQ

### Bloodmoon is not starting in my world?

Please make sure you have added your world name in the [config.yml](/configs/config.yml.md) in the enabled worlds section.

### Can I disable mobs?

Yes you can! In [mobs.yml](/configs/mobs.yml.md) you can set the percentage to `0.0` to disable the spawning.

### Can I use portals during a bloodmoon?

As a server owner, you can configure if you want portals to be disabled.

### Can I use beds during a bloodmoon?

No! You are you too afraid of the monsters and they **will** get you in your sleep!

### There are too many mobs spawning, how can I change this?

In the config.yml, there is a property called "**monster-spawn-limit**". This property defines the maximum amount of mobs during the bloodmoon in one Chunk. You can reduce this property and \
type */bloodmoon reload* to reload the config files.

### My bell warning is not working

The bell warning is using the bell sound which is available as of version 1.14.

### I get a warning "About a newer config version"

This means that your plugin version is not matching with the config version. In that case it means you are missing some new properties in the config file. In that case you can try to remove your old config or copy it directly from our docs section.


---

# 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://bloodmoon.pseudonova.com/faq.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.
