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

Global notification

PreviousPlayer notificationNextChange death message

Last updated 1 year ago

If you want to notifiy the whole server about the death of a player you can activate this feature. You can also notify the server by using the death message change of this plugin.

# 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
# ${chest_x}, ${chest_y}, ${chest_z} : shows the coordinates of the chest
global-notification:
  enabled: false
  message: |-
    &7${player_name} died at ${x} ${y} ${z} in ${world}

By default this feature is deactivated.

Change death message