Plugin disables item colliders and physics after the item has been dropped to improve performance and reduce server crashes.
v1.0.3 - ItemColliderTimeout.cs (4.4 KB)
v1.0.2 - ItemColliderTimeout.cs (4.4 KB)
Configuration
Default Configuration
{
"Required Velocity": 0.2, // Item velocity to "freeze" it
"Required Duration": 2.0, // How long the velocity should stay below
"Check Frequency": 0.33 // How often to check the velocity
}