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

Player notification

A notification to the player where he died and where the chest spawns

By editing the configuration file (plugins/DeathChest/config.yml), you can notify the player with a message where the chest spawned:

# This section is for handling the notification function in this plugin. You can remove this section to disable the feature,
# or you set the 'enabled' option to false.
# This feature sends a message to the dead player. Here you can inform the player about the chest and their expiration.
# You can send the death coordination by using the placeholders: ${x} ${y}, ${z} and ${world}
# Also you can send the chest coordination by using the placeholders: ${chest_x}, ${chest_y} and ${chest_z}
player-notification:
  enabled: true # Set this value to false if you don't want this feature
  message: |-
    &7You died. Your items were put into a chest which disappears after &c10 minutes&7! ${x} ${y} ${z}

By default this feature is activated.

PreviousExpirationNextGlobal notification

Last updated 1 year ago