# Properties

Properties are settings that can be configured specific for one bloodmoon schedule. Below you can find an overview of all the properties, and their purpose.

**You can set a property by using the following command**

```
/bloodmoon schedule set <property> <world> <value>
```

| Property      | Values     | Description                                                                                                                                |
| ------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| broadcast     | true/false | Broadcast the days left or tonight bloodmoon message                                                                                       |
| chance        | comma      | Amount of percentage for a bloodmoon to occur                                                                                              |
| days          | number     | Amount of days before the bloodmoon should occur                                                                                           |
| random-days   | true/false | <p>When enabled, bloodmoon will automatically generate a random number</p><p>between the given 1 and the given amount of days property</p> |
| days-left-msg | Text       | Set the days left message                                                                                                                  |
| tonight-msg   | Text       | Set the tonight message                                                                                                                    |


---

# 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/schedules/properties.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.
