Paper Mc Despawned Items
PaperMC Despawned Items — a Paper plugin that intercepts items which would normally despawn on the ground and instead relocates them into a registered network of nearby containers, cookers, entities, or empty space.
open so MockBukkit (ByteBuddy) can subclass it in tests — Kotlin classes are final by default, which MockBukkit's plugin loader cannot proxy.
Properties
In-flight despawn processes — held so they are not garbage collected.
Bounds the automatic despawn pipeline so large servers stay smooth under load.
Effects currently playing — held so they are not garbage collected.
Owns the despawn-location store and its persistent backend.
In-flight bulk material removals, keyed by the sender that started them.
The ordered despawn strategies, rebuilt each enable so they never capture a stale plugin instance across a reload (the previous static list did).