A simple plugin that automatically removes dropped items with a timer displayed on them.

api-version: 1.16Items:
 # Format:
  # '': ""
  # Available placeholders:
  # {time} - time remaining before remove (in seconds)
  # {display_name} - display name of itemstack (if empty - used localized material name}
  # {amount} - itemstack amount
  Display-name-formats:
    '1': "§c⚠ {time} §7| §f{display_name} §a{amount}x"
    '10': "§c{time}"
  Remove-timer:
   # Timer for removing an item in seconds
    Default: 30
    After-player-death: 180
    Async: true
    # Section for specifying a unique timer or display name
    # for certain materials
    # Format:
    # :
    #   : 15
    #   :
    #     : 
    #   : false
    # If you only need to edit one parameter
    # (name or time) you can just delete the line with the second.
    # If you need the plugin not to track a certain type of materials, then set 'tracked: false'
    Custom-materials:
      COBBLESTONE:
        Timer: 15
        Display-name-formats:
          '15': "Cobblestone :D"
      STONE:
        Timer: 10
      GRASS:
        Display-name-formats:
          '30': "Grazz"
      SAND:
        Tracked: false
# Worlds in which plugin does not work
Restricted-worlds:
- "restricted_world"