1. How do you delete air drop container that has sat for a while?

    I just want to remove the container when it sits in the game world for extended amount of time.
     
  2. Remove the items from it and it will go away.
     
  3. You can juse .Kill on any entity, airdrop containers are entities just like about everything else. That said, I don't think entities are dated so you'd need to detect when it's created and associate a timestamp to it in your plugin... On a timer you'd then look at expired box and see if they still exist and kill them if they do.