# Commands

### Available commands

| Command                                               | Permission                | Description                                           |
| ----------------------------------------------------- | ------------------------- | ----------------------------------------------------- |
| /bloodmoon schedule create \[world]                   | bloodmoon.schedule.create | Create a new schedule                                 |
| /bloodmoon schedule remove \[world]                   | bloodmoon.schedule.remove | Remove a schedule                                     |
| /bloodmoon schedule info \[world]                     | bloodmoon.schedule.info   | Show the current information for a bloodmoon schedule |
| /bloodmoon schedule set \<property> \<world> \<value> | bloodmoon.schedule.set    | Set a specified property for a given schedule         |
| /bloodmoon schedule list                              | bloodmoon.schedule.list   | Show a list of all bloodmoon schedules                |

{% hint style="info" %}
the **\[world]** indicates an optional parameter for a world name. If not specified, the current of the player executing the command will be used.
{% endhint %}


---

# 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/commands.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.
