🌘
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
  • What are death actions
  • Available actions

Was this helpful?

  1. Death Actions

Introduction

PreviousCommandsNextIntroduction

Last updated 5 years ago

Was this helpful?

What are death actions

Death actions are actions that will trigger when a player dies during a bloodmoon event. The actions are configurable by the server owner in the config file.

A death action has a percentage to define whether the action should trigger or not. If the death action triggers, certain events might occur.

The death actions can be found in the

# A list of actions that occur when a player dies during a bloodmoon
death-actions:
  lose-xp:
    chance: 0.0
  clear-inventory:
    chance: 0.0

Available actions

Action name

result

lose-xp

The player will lose all XP levels without dropping

clear-inventory

When this action triggers, the inventory will be cleared entirely

...

More events coming soon

If you don't want to use the event, just change the percentage to 0.0.

💀
config.yml