🌘
Bloodmoon Advanced
  • Bloodmoon Advanced
  • ❓FAQ
  • 📚Guides
    • Enable bloodmoon for your world
    • How to use commands in console
    • Use custom sounds
  • General
    • Commands & Permissions
  • ⏰SCHEDULES
    • Introduction
    • Commands
    • Properties
  • 🚧SIGNS
    • Introduction
    • Overview
  • 💀Mobs
    • Introduction
    • Properties
    • Commands
    • Spawn mechanics
    • Boss
    • Mythic mobs
  • 📦Items
    • Introduction
    • Commands
  • 🌡️Lifecycles
    • Introduction
    • Commands
  • 🎬Actions
    • Introduction
    • Commands
  • 💀Death Actions
    • Introduction
  • ⏲️ Events
    • Introduction
    • Stop Event
    • Death Event
    • Heal Event
    • Lightning Event
    • Potion effect Event
    • Teleport Event
    • Swap Event
    • Reinforcement Event
    • Dash Event
    • Speak Event
    • Respawn Event
    • Explode Event
    • Sound Event
    • Vanish Event
    • Shield Event
  • Placeholder API
    • Overview of placeholders
  • 📄Configs
    • config.yml
    • mobs.yml
    • actions.yml
    • lifecycles.yml
    • items.yml
    • messages.yml
    • schedules.yml
  • 🖇️API
    • Introduction
    • API docs
Powered by GitBook
On this page

Was this helpful?

  1. Actions

Commands

A short but descriptive list with all the commands for actions.

PreviousIntroductionNextIntroduction

Last updated 5 years ago

Was this helpful?

Commands

Permission

Description

/bloodmoon action create <action>

bloodmoon.action.create

Creates a new action with the specified name

/bloodmoon action remove <action>

bloodmoon.action.remove

Removes the specified action

/bloodmoon lifecycle remove-event <action> <action> <index>

bloodmoon.action.remove-event

Removes the specified event

/bloodmoon lifecycle add-event <action> <chance> <event> [arguments]

bloodmoon.action.add-event

Adds an event for the specified action

/bloodmoon action events <action>

bloodmoon.action.events

Gets a list of the active events of an action

/bloodmoon action remove-command <action> <index>

bloodmoon.action.remove-command

Removes the specified command

/bloodmoon action add-command <action> <chance> <command>

bloodmoon.action.add-command

Adds a command for the specified action

/bloodmoon action commands <action>

bloodmoon.action.commands

Gets a list of the active commands of an action

/bloodmoon action list

bloomoon.action.list

Show a list of all actions

The argument <event> is an user defined .

🎬
event