/
ItemClear is a simple Minecraft plugin for Spigot/Paper servers that automatically removes items from players' inventories after a configurable delay. This can help prevent item clutter and manage server performance.
.jar file into your server's plugins folder.config.yml.plugins/ItemClear/config.yml as desired.The configuration file (config.yml) contains the following options:
# Mode of item removal
# "exact" = remove items after a fixed time
# "random" = remove items after a random time between min and max
mode: exact
# Used only in exact mode
exactTimeSeconds: 60
# Used only in random mode
randomMinSeconds: 30
randomMaxSeconds: 120
Clear an Item from your Inventory after time.