๐ŸŒ˜
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
  • Required arguments
  • What it does
  • Example usage

Was this helpful?

  1. โฒ๏ธ Events

Respawn Event

This will cause the mob to re-spawn

Required arguments

Order

Type

Argument

1

decimal

percentage of occurrence

What it does

Whenever the event is triggered, the mob will respawn. But the mob will respawn with 50% health left. The life cycle will remain except the "respawn" feature.

Example usage

actions:
  speak:
    events:
      - respawn 100
    commands: []
PreviousSpeak EventNextExplode Event

Last updated 5 years ago

Was this helpful?