Voxel Shop beta is live. Expect occasional bugs. Learn more
Find your loot instantly! Lightweight glowing death drops.







> WhereIsMyLoot Benchmark
--------------------------------------------------
[✔] Stress Test: 28 Deaths / 595 Pickups
--------------------------------------------------
Total Impact: 0.31% of tick (Extremely Low)
├── MagnetTask: 0.12%
├── PanicTask: 0.05% (Virtual / No Lag)
└── DeathEvent: 0.08%
--------------------------------------------------
Result: PASSED ✅
Evidence:


My
# ==========================================
# Where IsLoot (WML) v1.6
# ==========================================
settings:
# --- Basic Configuration ---
default-color: "WHITE"
default-radius: 2
# --- Loot Lifecycle (NEW) ---
# Time in seconds before items disappear from the ground.
# Vanilla = 300 (5 minutes). Set to 600 for 10 minutes.
loot-despawn-seconds: 300
# --- Global Toggles (true/false) ---
magnet-system-enabled: true
protection-system-enabled: true
notify-thief: true
# --- Security (Anti-Theft) ---
# Prevents hoppers from sucking up protected items (Anti-TPA Kill trap).
block-hoppers: true
# Commands to execute when someone tries to steal protected loot.
# Use %player% for the thief's name.
punishment-commands:
- "minecraft:damage %player% 1"
- "tellraw %player% {\"text\":\"⚠ Do not touch protected loot!\",\"color\":\"red\"}"
# --- Limits and Timings ---
max-radius-server: 10
protection-seconds: 60
send-coordinates: true
# --- Sounds ---
pickup-sound-enabled: true
pickup-sound: "ENTITY_PUFFER_FISH_BLOW_UP"
pickup-volume: 0.5
pickup-pitch: 1.5
# --- Allowed Colors ---
allowed-colors:
- WHITE
- GOLD
- RED
- AQUA
- GREEN
- LIGHT_PURPLE
- YELLOW
- BLUE
visuals:
# Fake lightning on death (visual only)
lightning-on-death: true
# Totem animation when recovering items
totem-animation: true
# Title shown when items despawn (NEW)
title-on-despawn: true
title-text: "&c&lLOST!"
subtitle-text: "&7You were too late."
panic-system:
enabled: true
# Message while protected (Supports HEX #FF0000)
message-protected: "&c&l⚠ PANIC! &eProtected for: &f%time%"
# Message when unlocked (Counting down to despawn)
message-unprotected: "&e&l UNPROTECTED! &7Despawn in: &f%time%"
prefix: "#346bf1[&6WML&8] "
no-permission: "&cYou don't have permission to do this."
only-players: "&cOnly players can use this command."
reload: "&aConfiguration and messages reloaded successfully!"
death-coords: "&eYou died at &fX:&b%x% &fY:&b%y% &fZ:&b%z%&e in &f%world%&e."
item-protected: "&cThis item belongs to &f%player%&c."
radius-set: "&aSuccess! Your magnet radius is now &e%amount% &ablocks."
radius-too-high: "&cYou cannot set a radius higher than &6%max%&c."
radius-invalid: "&cInvalid number. Please enter a number between 1 and %servermax%."
color-set: "&aSuccess! Your glow color is now &e%color%&a."
color-invalid: "&cThat color is not allowed. Press TAB to see available colors."
color-no-perm: "&cYou haven't unlocked the color &e%color%&c yet."
toggle-magnet: "&aMagnet feature is now &e%state%&a."
toggle-glow: "&aGlow effect is now &e%state%&a."
help-header: "&8&m----------------&r &6&lWhereIsMyLoot &8&m----------------"
help-radius: "&e/wml radius <#>&7: Set your item pickup range."
help-color: "&e/wml color &7: Choose your loot glow color."
help-toggle: "&e/wml toggle &7: Turn features on/off."
help-admin: "&c/wml reload&7: Reload plugin configuration."
help-footer: "&8&m---------------------------------------------"