DropBags
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 and reducing item physics. Stop server stalls and freezing from item spam Works on craft sp...
codefling.com
If you have any plugin requests, feel free to send them my way! Should this resource require an update, please use the "request update" button at the top.
For any questions or assistance, don’t hesitate to ask below—I’m happy to help!
About DropBags
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 and reducing item physics.
- 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.
JSON:
{
"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
}