Results 3 comments of friyes

> You're sure it's double chests and not #6424 ? This might be true, `broadcast event-inventory's holder` returns, `'chest' at -66.5, 70.5, 133.5 in world 'world'` for double chests and...

but the paper interaction event doesn't actually do this ```applescript import: org.bukkit.event.player.PlayerDropItemEvent org.bukkit.event.player.PlayerInteractEvent on PlayerDropItemEvent: broadcast "java dropped" on PlayerInteractEvent: broadcast "java interacted" on drop: broadcast "skript dropped" on click:...