the idea is to notify player every n seconds that the chest is gonna be expired
for example
expiration: 1800 # about 30 min
notify-every: 300 # 5 minutes
notify-message: Your death chest gonna disappeared in {time} hurry up
or we can set up our custom time for example
notify:
600: Your death chest gonna be disappeared in 10 min # alert the player 10 minutes before the chest expires
300: Hurry up, 5 min again !!! # alert the player 5 minutes before the chest expired
-1: farewell to your item :( # when the chest disappeared
the idea is to notify player every
nseconds that the chest is gonna be expiredfor example
or we can set up our custom time for example