๐ŸŒ˜
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