Prevent ground stacking (Rust)
Is there any way to prevent stacking items on the ground by tossing them on top of each other?

They would despawn in a short period of time wouldnt they ?

There are situations where items stacked on the ground can take on various properties of items stacked on top.

I was hoping to prevent items from stacking when thrown on the ground, but instead, drop individually and stay that way.

At the same time, still, use a stacking plugin to allow stacking in inventory.
There is a hook for that - CanCombineDroppedItem. 
5ba0b9633e817.png?uid=5ba0b9716c220 2CHEVSKII
There is a hook for that - CanCombineDroppedItem. 

Can you use conditions with it? For instance, if the item has health, or different health or if the item has a custom skin?

Two conditions I have issues with are stacking items with skins and health on the ground. StackSizeController handles the health by simply preventing health items from being stacked, but not skins. I use a different plugin which seems to address neither.