/adp ledger stash <player> — new admin command that lists a player's recent CONTAINER_PUT / ENTITY_PUT / FRAME_PUT events with clickable coordinates. Clicking the coords runs /execute in <world> run tp @s x y z so the admin teleports directly to the stash location, including across worlds. Built on the Spigot/Bukkit BaseComponent API so it works identically on Spigot, Paper and Folia.
The current-suspects display now explains what material: +N means (cumulative excess across all of that suspect's violations) and points admins at the new stash command.
Notes
Adventure / MiniMessage was considered for click events but not used, because Adventure isn't available on Spigot. The BungeeCord-style BaseComponent API is present on every supported platform.