DeathChest
ExpDrop
  • Death Chest
  • Documentation
  • Installation
  • Permissions
  • Features
    • Claim Protections
    • Block break animation
    • Particle animation
    • Holograms
    • Inventory
    • Experience points convertation
    • Expiration
    • Player notification
    • Global notification
    • Change death message
    • World filter
    • Blast protection
    • Thief Protection
    • PlaceHolder API
    • Duration Format
  • ❓FAQ
  • API
    • Get started
    • Events
  • Control Flow
    • Spawn chest control flow
Powered by GitBook
On this page
  1. Features

Change death message

# Available Placeholders:
# ${player_name} : shows the player name
# ${player_displayname} : shows the player display name (Maybe with prefix)
# ${x}, ${y}, ${z}, ${world} : shows the coordinates of the death location
# (coordinates of the chest isn't available for here)
# To disable the death message change "enabled" to true and remove the message option.
change-death-message:
  enabled: false
  message: |-
    &7${player_name} died at ${x} ${y} ${z} in ${world}

By default this feature is disabled.

PreviousGlobal notificationNextWorld filter

Last updated 1 year ago