Rotating Pickups

Rotating Pickups 0.3.10

The config file has changed! See below for more information

- Fixed potential NRE
- Added config option to modify the amount of time from when a item spawns until it begins rotation

Config: Either delete your config and allow it to generate a new one, or add the following line to your existing config
C#:
{
  "AllowContactPickup": true, 
  "AllowInZonesOnly": true,
  "RotationSpeed": 5.0, 
  "TimeBeforeRotation": 1, // <<-- Add this line here
  "TypesToRotate": { 
    "Ammunition": true,
    "Attire": true,
    "Common": false,
    "Component": false,
    "Construction": false,
    "Food": true,
    "Items": false,
    "Medical": true,
    "Misc": false,
    "Resources": true,
    "Tool": true,
    "Traps": false,
    "Weapon": true
  }
}
Disabled hooks until server has finished loading to prevent error spam on start up
Minimized collision radius