1. One idea would be complementary to the Airdrop Settings plugin, which can create preset positions for automatic airdrop.

    JSON config example:

    Code:
    {
      "position-1": {
          "x": 900, 
          "y": 800,
          "z": 1500
      },
      "position-2": {
          "x": 1220, 
          "y": 700,
          "z": 250
      },
      "position-3": {
          "x": 1250, 
          "y": 880,
          "z": 1000
      }
    }
    Then, that plugin uses DropFrequency function from Airdrop Settings plugin to randomly select a pre-defined position.

    Thanks, sorry my bad english!