Introduction
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.
# 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
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.
Last modified 2yr ago