# Bloodmoon Advanced

## Bloodmoon Advanced

- [Bloodmoon Advanced](https://bloodmoon.pseudonova.com/master.md): Welcome to bloodmoon advanced!
- [❓FAQ](https://bloodmoon.pseudonova.com/faq.md): Frequently Asked Questions
- [Enable bloodmoon for your world](https://bloodmoon.pseudonova.com/guides/enable-bloodmoon-for-your-world.md): By default, the bloodmoon will only run for worlds that were configured. This guide will tell you exactly how to enable the bloodmoon for your world.
- [How to use commands in console](https://bloodmoon.pseudonova.com/guides/how-to-use-commands-in-console.md)
- [Use custom sounds](https://bloodmoon.pseudonova.com/guides/use-custom-sounds.md): NEW FEATURE! Use non-existing Minecraft sounds in a bloodmoon event
- [Commands & Permissions](https://bloodmoon.pseudonova.com/general/commands.md): An overview of the general commands and their permission node
- [Introduction](https://bloodmoon.pseudonova.com/schedules/introduction.md): Introduction to schedules
- [Commands](https://bloodmoon.pseudonova.com/schedules/commands.md): An overview of the commands
- [Properties](https://bloodmoon.pseudonova.com/schedules/properties.md): Overview of all schedule properties
- [Introduction](https://bloodmoon.pseudonova.com/signs/introduction.md): Introduction to bloodmoon signs
- [Overview](https://bloodmoon.pseudonova.com/signs/overview.md): An overview of all bloodmoon signs availabl
- [Introduction](https://bloodmoon.pseudonova.com/mobs/introduction.md): Quick and simple introduction to the bloodmoon mobs.
- [Properties](https://bloodmoon.pseudonova.com/mobs/properties.md): Configuring properties for custom mobs
- [Commands](https://bloodmoon.pseudonova.com/mobs/commands.md): A short but descriptive list with all the commands for custom mobs.
- [Spawn mechanics](https://bloodmoon.pseudonova.com/mobs/spawn-mechanics.md): A detailed explanation of how the spawn mechanic works
- [Boss](https://bloodmoon.pseudonova.com/mobs/boss.md): Explaining the mechanics of the boss
- [Mythic mobs](https://bloodmoon.pseudonova.com/mobs/mythic-mobs.md): Integration with Mythic Mobs
- [Introduction](https://bloodmoon.pseudonova.com/items/introduction.md): Introduction to custom items
- [Commands](https://bloodmoon.pseudonova.com/items/commands.md): A short but descriptive list with all the commands for custom items.
- [Introduction](https://bloodmoon.pseudonova.com/lifecycles/introduction.md): Introduction to lifecycles
- [Commands](https://bloodmoon.pseudonova.com/lifecycles/commands.md): A short but descriptive list with all the commands for lifecycles.
- [Introduction](https://bloodmoon.pseudonova.com/actions/introduction.md): Introduction to actions
- [Commands](https://bloodmoon.pseudonova.com/actions/commands.md): A short but descriptive list with all the commands for actions.
- [Introduction](https://bloodmoon.pseudonova.com/death-actions/introduction.md)
- [Introduction](https://bloodmoon.pseudonova.com/events/introduction.md): Quick and simple introduction to the bloodmoon events.
- [Stop Event](https://bloodmoon.pseudonova.com/events/stop-event.md): This event will stop the bloodmoon when it's activated.
- [Death Event](https://bloodmoon.pseudonova.com/events/death-event.md): This event will directly kill the bloodmoon mob.
- [Heal Event](https://bloodmoon.pseudonova.com/events/heal-event.md): This event will heal a mob.
- [Lightning Event](https://bloodmoon.pseudonova.com/events/lightning-event.md): This event will strike some lighting.
- [Potion effect Event](https://bloodmoon.pseudonova.com/events/potion-effect-event.md): This event will apply a potion effect to the attacking player.
- [Teleport Event](https://bloodmoon.pseudonova.com/events/teleport-event.md): This event will teleport the mob onto a random location within a radius
- [Swap Event](https://bloodmoon.pseudonova.com/events/swap-event.md): This event will swap its enemies.
- [Reinforcement Event](https://bloodmoon.pseudonova.com/events/reinforcement-event.md): This event will spawn extra mobs.
- [Dash Event](https://bloodmoon.pseudonova.com/events/dash-event.md): This event will push away enemies.
- [Speak Event](https://bloodmoon.pseudonova.com/events/speak-event.md): This event will make the mob talk.
- [Respawn Event](https://bloodmoon.pseudonova.com/events/respawn-event.md): This will cause the mob to re-spawn
- [Explode Event](https://bloodmoon.pseudonova.com/events/explode-event.md): The mob will cause an explosion
- [Sound Event](https://bloodmoon.pseudonova.com/events/sound-event.md): Play a sound
- [Vanish Event](https://bloodmoon.pseudonova.com/events/vanish-event.md): This will cause your mob to vanish for some time
- [Shield Event](https://bloodmoon.pseudonova.com/events/shield-event.md): This event will spawn a shield around the mob
- [Overview of placeholders](https://bloodmoon.pseudonova.com/placeholder-api/overview-of-placeholders.md): An overview of placeholders
- [config.yml](https://bloodmoon.pseudonova.com/configs/config.yml.md): The standard config.yml file
- [mobs.yml](https://bloodmoon.pseudonova.com/configs/mobs.yml.md): The standard mobs.yml file
- [actions.yml](https://bloodmoon.pseudonova.com/configs/actions.yml.md): The standard actions.yml file
- [lifecycles.yml](https://bloodmoon.pseudonova.com/configs/lifecycles.yml.md): The standard lifecycles.yml file
- [items.yml](https://bloodmoon.pseudonova.com/configs/items.yml.md): The standard items.yml file
- [messages.yml](https://bloodmoon.pseudonova.com/configs/messages.yml.md): The standard messages.yml file
- [schedules.yml](https://bloodmoon.pseudonova.com/configs/schedules.yml.md): The default schedules file
- [Introduction](https://bloodmoon.pseudonova.com/api/introduction.md): Introduction on using the API
- [API docs](https://bloodmoon.pseudonova.com/api/api-docs.md): API for bloodmoon


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://bloodmoon.pseudonova.com/master.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.
