Helicopter tiers (Rust)

Hi, for all the devs out there. i have been trying to get someone to either code me a custom plugin or if you have it available already to see if it is what i need.

 

if you do please send me a DM or reply.

I have similar plugin to that, if you need it you can contact me in discord - Orange#0900. Config looks like
{
  "Settings": [
    {
      "Name": "default",
      "Speed": 25.0,
      "Start speed": 75.0,
      "Start speed duration": 30.0,
      "Base health": 10000.0,
      "Main rotor health": 750.0,
      "Second rotor health": 375.0,
      "Bullet speed": 250.0,
      "Bullet damage": 20.0,
      "Turrets Settings": {
        "Max target detect range": 300.0,
        "Lose target after": 5.0,
        "Time between bursts": 3.0,
        "Burst length": 3.0,
        "Fire rate": 0.125
      },
      "Crates Settings": {
        "Crate lock time": 240.0,
        "Minimal crates to spawn": 3,
        "Maximal crates to spawn": 6
      },
      "Gibs Settings": {
        "Disable gibs": false,
        "Gibs health": 500.0,
        "Time until gibs can be harvested (seconds)": 480.0
      },
      "Loot Settings": {
        "Change loot": true,
        "Minimal items": 1,
        "Maximal items": 3,
        "Items": [
          {
            "Command": "",
            "Shortname": "rifle.ak",
            "Amount": 1,
            "Skin": 0,
            "Display name": null,
            "Blueprint": false
          },
          {
            "Command": "",
            "Shortname": "rifle.bolt",
            "Amount": 1,
            "Skin": 0,
            "Display name": null,
            "Blueprint": false
          },
          {
            "Command": "",
            "Shortname": "wood",
            "Amount": 5000,
            "Skin": 0,
            "Display name": null,
            "Blueprint": false
          }
        ]
      }
    }
  ]
}


you can add different levels there, etc

5ba216a6d7f65.png Orange
I have similar plugin to that, if you need it you can contact me in discord - Orange#0900. Config looks like
{ "Settings": [ { "Name": "default", "Speed": 25.0, "Start speed": 75.0, "Start speed duration": 30.0, "Base health": 10000.0, "Main rotor health": 750.0, "Second rotor health": 375.0, "Bullet speed": 250.0, "Bullet damage": 20.0, "Turrets Settings": { "Max target detect range": 300.0, "Lose target after": 5.0, "Time between bursts": 3.0, "Burst length": 3.0, "Fire rate": 0.125 }, "Crates Settings": { "Crate lock time": 240.0, "Minimal crates to spawn": 3, "Maximal crates to spawn": 6 }, "Gibs Settings": { "Disable gibs": false, "Gibs health": 500.0, "Time until gibs can be harvested (seconds)": 480.0 }, "Loot Settings": { "Change loot": true, "Minimal items": 1, "Maximal items": 3, "Items": [ { "Command": "", "Shortname": "rifle.ak", "Amount": 1, "Skin": 0, "Display name": null, "Blueprint": false }, { "Command": "", "Shortname": "rifle.bolt", "Amount": 1, "Skin": 0, "Display name": null, "Blueprint": false }, { "Command": "", "Shortname": "wood", "Amount": 5000, "Skin": 0, "Display name": null, "Blueprint": false } ] } } ]}


you can add different levels there, etc

Isn't this a private plugin that I had to order from you for my server?  :-/