# Commands

#### Available commands

| Command                                          | Permission             | Description                                    |
| ------------------------------------------------ | ---------------------- | ---------------------------------------------- |
| /bloodmoon mob create \<mob> \<entity type>      | bloodmoon.mob.create   | Create a new mob using the given name and type |
| /bloodmoon mob remove \<mob>                     | bloodmoon.mob.remove   | Delete a custom mob with the given name        |
| /bloodmoon mob spawn \<mob>                      | bloodmoon.mob.spawn    | Spawn a custom mob with the given name         |
| /bloodmoon mob set \<mob> \<property> \<value>   | bloodmoon.mob.set      | Set a specified property for a given mob       |
| /bloodmoon mob add-drop \<mob> \<item> \<chance> | bloodmoon.mob.add-drop | Adds a given item as drop                      |
| /bloodmoon say \<message>                        | bloodmoon.say          | Announce a message with the bloodmoon prefix   |
| /bloodmoon mob list                              | bloodmoon.mob.list     | Show a list of all bloodmoon mobs              |

{% hint style="info" %}
See [Properties](/mobs/properties.md) for available properties
{% endhint %}

{% hint style="info" %}
The argument \<item> is an user defined [item](/items/commands.md).
{% 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/mobs/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.
