About Drop Bags
Drop Bags tracks items dropped into the rust world. When there are high-volume drops, they are combined into a single “drop bag.” This method enhances performance by streamlining the handling of item drops.
- Stop server stalls and freezing from item spam
- Works on craft spam, dropped item spam, gutted shark spam and horse dung!
- Light weight and easy to use
-
Easy config
DropBags uses one light weight hook to track dropped items. Dependent on how many items are dropped in a given radius those items get placed into a drop bag. This stops mass item spam effecting your server performance.
{
"Area Size - How far away items can be moved into a container": 7,
"Max drops before moving items to container": 36,
"Time to wait before moving items": 5.0,
"Vischeck - checks items are visable before moving to container": true,
"Calculate despawntime from drop bag items": true,
"Reset dropbag despawn time on loot": false,
"Override drop bag despawn time (seconds), 0 = false": 0.0
}