If timed item is dropped and date is under specific time in config, it will display time left.
Code (YAML):
# Dropped timed item will display expire date left when it's about to disappear in xx time
item-drop:
toggle
: true
display
:
# When item about to disappear in xx time, use time format below
# Default is 1 minutes, set -1 to display whenever item is dropped.
dateUnder
: 1m
# Placeholder '@duration@' represent for item duration left.
format
: '&e&l@duration@'