# Introduction

### What are bloodmoon Signs

Bloodmoon signs can be used to trigger certain actions in your world by interacting with a sign. These bloodmoon signs can be restricted for creating, using and destroying based on permissions.

### How to use Bloodmoon signs

Bloodmoon signs can be created by putting **\[bloodmoon]** on the first line.

![Example sign](/files/-M4Ufg0_y2lpnI_lef8S)

### Permissions

Permissions are based on the action, and the type of sign the user is working with. There are 3 types of sign permissions:

* create
* destroy
* use

| Permission                | Description                                              |
| ------------------------- | -------------------------------------------------------- |
| bloodmoon.sign.create.\*  | Allow the player to create a bloodmoon sign              |
| bloodmoon.sign.destroy.\* | Allow the player to destroy all types of bloodmoon signs |
| bloodmoon.sign.use.\*     | Allow the player to use all types of bloodmoon signs     |

{% hint style="info" %}
You can provide individual access to certain signs by giving them the appropriate permission node. Example: **bloodmoon.sign.create.start** , will allow the player to create a start sign.
{% endhint %}

### Exceptions

In some cases, the permission node might go more specific. For example the "item" sign expects a third line containing the name of the item. Permissions can be used to restrict that.

In order to allow users to use all item signs, use **bloodmoon.sign.use.item.\***.


---

# 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/signs/introduction.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.
