Displays item name, amount, and durability directly above dropped items
Fully multi-language – automatically uses each player’s in-game language (Locale)
Supports merged items and real-time countdown display (%time) until item despawn
Fully compatible with ItemStacker plugins – no interference or visual bug
Lightweight and optimized – minimal resource usage even with large item drops
All item names are fetched dynamically from Mojang language files (lang/*.json)
COMMANDS:
Code (Text):
/easycleardrop reload , Reload the config
PERMISSIONS:
Code (Text):
easycleardrop.reload Use command reload!
CONFIG;
Code (Text):
# How long an item stays on the ground before being removed (in seconds)[/SIZE][/B][/SIZE][/B][/SIZE][/B][/SIZE][/B]
[B][SIZE=4][B][SIZE=4][B][SIZE=4][B][SIZE=4]
# For example, 120 means the item will disappear after 2 minutes, unless it's stacked again
item-lifetime-seconds: 300
# Format of how the item name appears on the ground
# - %time: countdown timer (e.g. 1:23)
# - %itemname: localized item name (e.g. "Oak Wood")
# - %amount: item amount (e.g. x128). If the item has only 1, this part will be removed automatically.
# - %durability: Durability percent remaining (e.g. 73). Only shown for tools/items with durability.
display-format: "&c&l[%time] &f&l%itemname &a&l(X%amount) &9&l%durability%"
IMAGE: Take a look at the image to know its features!