Throttle Settings
Per-user throttling of the despawn pipeline, read from the throttle: section.
Off by default — a server upgrading to this version sees no behaviour change until an admin sets throttle.enabled: true. See io.fairyfox.papermc.despawneditems.throttle.ThrottleManager for the semantics and io.fairyfox.papermc.despawneditems.throttle.ThrottleQuotas for the permission nodes that let different ranks get different allowances.
Properties
Fair-share weight for players with no despi.throttle.weight.<n> permission.
Relocations a single player may have in flight simultaneously.
onLimit resolved to the decision the throttler returns when a quota is exceeded.
True when an over-quota item should be handed to the void/catch-all path rather than simply lost.
Relocations a player may start per windowSeconds before being throttled.
Which policies apply. Unrecognised values fall back to ThrottleStrategy.COMBINED with a warning.
Whether ownerless drops (mob loot, dispensers) are throttled too.
Length of the rate window in seconds.