Find your loot instantly! Lightweight glowing death drops.
Never lose your items in the dark again!
Are your players tired of losing their hard-earned gear because they couldn't find the exact spot where they died?
Where Is My Loot (WML) is a lightweight, efficient utility that makes dropped items GLOW upon death.
Unlike complex grave plugins that use blocks or GUIs, WML keeps the vanilla feel of items dropping on the ground but adds a high-contrast glowing outline visible through walls. Perfect for finding loot in caves, underwater, or dense forests.
See the plugin in action!

/wml enable - Enables the glowing effect for your loot./wml disable - Disables the glowing effect./wml reload - Reloads the configuration file (Admin only).wml.use - Allows the player's loot to glow on death (Default: OP).wml.command - Allows access to /wml enable & disable commands.wml.admin - Allows reloading the plugin.Simple and easy to understand.
Click to view Default config.yml# ==========================================
# Where Is My Loot (WML) Config
# ==========================================
settings:
# Available Colors: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY,
# DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE
glow-color: "GOLD"
# Should the items be invulnerable to fire, lava, and explosions?
# Useful if you die in lava and want your items to survive and float up.
invulnerable: true
messages:
prefix: "&8[&6WML&8] "
enabled: "&aYou have enabled the loot glowing effect."
disabled: "&cYou have disabled the loot glowing effect."
already-enabled: "&eThe effect is already enabled for you."
already-disabled: "&eThe effect is already disabled for you."
reload: "&aConfiguration reloaded successfully!"
no-permission: "&cYou do not have permission to do this."
unknown-command: "&cUnknown command. Usage: /wml <enable|disable|reload>"